wait 30s before first update check

This commit is contained in:
AAGaming
2022-07-15 12:25:27 -04:00
parent a5671e19ce
commit 23b7df0ce2

View File

@@ -73,6 +73,7 @@ class Updater:
return await self.get_version()
async def version_reloader(self):
await sleep(30)
while True:
try:
await self.check_for_updates()