Disable autoupdates system

This commit is contained in:
norohind 2021-10-05 17:18:29 +03:00
parent 6ffe1d6190
commit 92966570d8
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -832,6 +832,7 @@ class SpanshRouter():
logger.warning(''.join('!! ' + line for line in lines))
def check_for_update(self):
return # Autoupdates is disabled
self.cleanup_old_version()
version_url = "https://raw.githubusercontent.com/CMDR-Kiel42/EDMC_SpanshRouter/master/version.json"
try: