Admin and start handlers work. Added testing txt2img from first bot version (will be replaced soon)
This commit is contained in:
@@ -40,7 +40,6 @@ async def pull():
|
||||
|
||||
from .db import db
|
||||
for table in DBTables.tables:
|
||||
db[table].clear()
|
||||
new_table = SqliteDict(DB + 'b', tablename=table)
|
||||
for key in new_table.keys():
|
||||
db[table][key] = new_table[key]
|
||||
|
||||
Reference in New Issue
Block a user