Doesn't need to be above anymore, fixed a bug related to this

This commit is contained in:
Frisk 2020-11-30 15:09:38 +01:00
parent 3dbb377630
commit ddd6512e18
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -450,8 +450,8 @@ async def discussion_handler():
await send_to_discord(message)
if discussion_feed:
DBHandler.add(db_wiki["wiki"], post["id"], True)
DBHandler.update_db()
await asyncio.sleep(delay=2.0) # hardcoded really doesn't need much more
DBHandler.update_db()
except asyncio.CancelledError:
pass
except: