fix updater -> downloadzip kodi 19

This commit is contained in:
marco
2020-08-29 17:49:57 +02:00
parent 58d9078309
commit e4b72bf9c8

View File

@@ -436,7 +436,7 @@ def fixZipGetHash(zipFile):
f.write(
b'\x00\x00') # Zip file comment length: 0 byte length; tell zip applications to stop reading.
return str(hash)
return hash.decode('utf-8')
def _pbhook(numblocks, blocksize, filesize, url, dp):