1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

update.py: Minor whitespace correction

This commit is contained in:
Athanasius 2022-12-04 14:43:00 +00:00
parent 3cc9aed724
commit eab2f35360
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -206,9 +206,9 @@ class Updater(object):
# Look for any remaining version greater than appversion
simple_spec = semantic_version.SimpleSpec(f'>{appversion_nobuild()}')
newversion = simple_spec.select(items.keys())
if newversion:
return items[newversion]
return None
def worker(self) -> None: