mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Fix this
This commit is contained in:
parent
f0ea34a913
commit
21770b9642
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ async def start_bot():
|
|||
LOGGER.error(str(e))
|
||||
scheduler.start()
|
||||
if "web" not in await dbname.list_collection_names():
|
||||
webdb = dbname.web
|
||||
webdb = dbname["web"]
|
||||
for key, value in web.items():
|
||||
await webdb.insert_one({key: value})
|
||||
if os.path.exists("restart.pickle"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue