fix updater

This commit is contained in:
mac12m99
2019-07-13 17:27:21 +02:00
parent faee259868
commit 699c8384c0

View File

@@ -275,6 +275,3 @@ def _pbhook(numblocks, blocksize, filesize, url, dp):
except:
percent = 90
dp.update(percent)
if dp.iscanceled():
raise Exception("Canceled")
dp.close()