Skip to content

Commit b0345fe

Browse files
committed
minor change in comment
1 parent b594a5b commit b0345fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, db_str, table_str, *args, **kwargs):
4646
self.db.create_table(table_str, primary_id='pid')
4747
self.table = self.db[table_str]
4848

49-
# pass the full origin response json, the database will do the formatting
49+
# pass the origin response json[item], the database will do the formatting
5050
def insert(self, j):
5151
assert type(j) == dict
5252

0 commit comments

Comments
 (0)