Update updater.py

This commit is contained in:
Adrien Bourmault 2019-07-10 00:29:05 +02:00
parent ceabe14033
commit 7b4e7a51a0
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ def batch():
# Choose the newer
finalver = globs.version.copy()
for entry in versionsTab:
if not entry:
break
verstr, url, checksum = entry.split("|")
# Calculating sum considering we can have 99 sub versions
ver = verstr.split(".")