mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Doesn't need to be above anymore, fixed a bug related to this
This commit is contained in:
parent
3dbb377630
commit
ddd6512e18
|
@ -450,8 +450,8 @@ async def discussion_handler():
|
||||||
await send_to_discord(message)
|
await send_to_discord(message)
|
||||||
if discussion_feed:
|
if discussion_feed:
|
||||||
DBHandler.add(db_wiki["wiki"], post["id"], True)
|
DBHandler.add(db_wiki["wiki"], post["id"], True)
|
||||||
DBHandler.update_db()
|
|
||||||
await asyncio.sleep(delay=2.0) # hardcoded really doesn't need much more
|
await asyncio.sleep(delay=2.0) # hardcoded really doesn't need much more
|
||||||
|
DBHandler.update_db()
|
||||||
except asyncio.CancelledError:
|
except asyncio.CancelledError:
|
||||||
pass
|
pass
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue