1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

In interactive mode notify when retrying for shipyard.

This commit is contained in:
Jonathan Harris 2015-06-20 12:11:30 +01:00
parent f57deae3f3
commit 9dc79f679c

@ -199,6 +199,8 @@ class AppWindow:
self.w.after(2000, lambda:self.getandsend(retrying=True))
return
else:
if __debug__ and retrying: print data['lastStarport'].get('ships') and 'Retry for shipyard - Success' or 'Retry for shipyard - Fail'
# stuff we can do when not docked
if config.getint('output') & config.OUT_LOG:
flightlog.export(data)