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

update.py: Log when internal check finds no new version

It just makes quick debugging easier.
This commit is contained in:
Athanasius 2022-12-30 18:13:57 +00:00
parent ce4ae74434
commit 449e3e4ddc
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -221,6 +221,9 @@ class Updater(object):
status['text'] = newversion.title + ' is available'
self.root.update_idletasks()
else:
logger.info("No new version available at this time")
def close(self) -> None:
"""
Handle the EDMarketConnector.AppWindow.onexit() request.