This commit is contained in:
LoafyLemon 2022-05-29 22:41:50 +01:00
parent 794f528b8b
commit 1812481b33
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ init python:
def check_for_updates(interval=3600*6):
global new_version
new_version = updater.UpdateVersion(UPDATE_URL, simulate="not_available", check_interval=interval)
new_version = updater.UpdateVersion(UPDATE_URL, simulate="available", check_interval=interval)
def fetch_update_logo(url):
if not (updater.can_update() or config.developer) or new_version is None: