mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 04:51:58 +00:00
wait 30s before first update check
This commit is contained in:
@@ -73,6 +73,7 @@ class Updater:
|
|||||||
return await self.get_version()
|
return await self.get_version()
|
||||||
|
|
||||||
async def version_reloader(self):
|
async def version_reloader(self):
|
||||||
|
await sleep(30)
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
await self.check_for_updates()
|
await self.check_for_updates()
|
||||||
|
|||||||
Reference in New Issue
Block a user