mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
update.py: Log when internal check finds no new version
It just makes quick debugging easier.
This commit is contained in:
parent
ce4ae74434
commit
449e3e4ddc
@ -221,6 +221,9 @@ class Updater(object):
|
|||||||
status['text'] = newversion.title + ' is available'
|
status['text'] = newversion.title + ' is available'
|
||||||
self.root.update_idletasks()
|
self.root.update_idletasks()
|
||||||
|
|
||||||
|
else:
|
||||||
|
logger.info("No new version available at this time")
|
||||||
|
|
||||||
def close(self) -> None:
|
def close(self) -> None:
|
||||||
"""
|
"""
|
||||||
Handle the EDMarketConnector.AppWindow.onexit() request.
|
Handle the EDMarketConnector.AppWindow.onexit() request.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user