Skip to content

Commit

Permalink
check command changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-rom committed Oct 18, 2022
1 parent 2b22d47 commit 82784ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def insert_to_db(self, data):

def row_process(self, num, row):
data = {}
data['id'] = num
# data['id'] = num
data['name'] = row[0]
data['measurement_unit'] = row[1]
self.insert_to_db(data)
Expand Down

0 comments on commit 82784ec

Please sign in to comment.