Update Enemizer

https://github.com/Ijwu/Enemizer/releases
This commit is contained in:
Fabian Dill 2020-07-17 00:04:09 +02:00
parent 8eff94cb67
commit 2c1411770e
1 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@ -168,7 +168,7 @@ def check_enemizer(enemizercli):
if info == 'No Version Information Available': if info == 'No Version Information Available':
info = None info = None
version = tuple(int(part) for part in info.split(".")) version = tuple(int(part) for part in info.split("."))
if version < (6, 1, 0, 179): if version < (6, 1, 0, 200):
raise Exception( raise Exception(
f"Enemizer found at {enemizercli} is outdated ({info}), please update your Enemizer. " f"Enemizer found at {enemizercli} is outdated ({info}), please update your Enemizer. "
f"Such as https://github.com/Ijwu/Enemizer/releases") f"Such as https://github.com/Ijwu/Enemizer/releases")