Update 'src/gui_qt/lib/utils.py'
This commit is contained in:
parent
79befb50f1
commit
ebf3e9635d
@ -223,7 +223,7 @@ class Updater:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
@lru_cache(3)
|
@lru_cache(3)
|
||||||
def get_zsync():
|
def get_zsync():
|
||||||
url_zsync = self.zsync_url
|
url_zsync = f'https://{Updater.host}/{Updater.version}.AppImage.zsync'
|
||||||
m_time_zsync = None
|
m_time_zsync = None
|
||||||
checksum_zsync = None
|
checksum_zsync = None
|
||||||
zsync_file = None
|
zsync_file = None
|
||||||
|
Loading…
Reference in New Issue
Block a user