Fix db sync
This commit is contained in:
@@ -48,6 +48,7 @@ async def pull():
|
||||
for table in db.__dict__.keys():
|
||||
new_table = SqliteDict(DB + 'b', tablename=table)
|
||||
for key in new_table.keys():
|
||||
if key is not None:
|
||||
getattr(db, table)[key] = new_table[key]
|
||||
new_table.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user