updater
Some checks failed
Update channel domains / update (push) Failing after 17s

This commit is contained in:
2025-01-17 22:55:08 +01:00
parent d61b2afa1c
commit 21bba4ee42

View File

@@ -262,7 +262,7 @@ def updateFromZip(message=config.get_localized_string(80050)):
hash = fixZipGetHash(localfilename)
logger.info(hash)
with zipfile.ZipFile(filetools.file_open(localfilename, 'rb', vfs=True)) as zip:
with zipfile.ZipFile(filetools.file_open(localfilename, 'rb', vfs=False)) as zip:
size = sum([zinfo.file_size for zinfo in zip.filelist])
cur_size = 0
for member in zip.infolist():