Hotfix
This commit is contained in:
parent
794f528b8b
commit
1812481b33
@ -75,7 +75,7 @@ init python:
|
|||||||
|
|
||||||
def check_for_updates(interval=3600*6):
|
def check_for_updates(interval=3600*6):
|
||||||
global new_version
|
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):
|
def fetch_update_logo(url):
|
||||||
if not (updater.can_update() or config.developer) or new_version is None:
|
if not (updater.can_update() or config.developer) or new_version is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user