mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 11:22:10 +03:00
In interactive mode notify when retrying for shipyard.
This commit is contained in:
parent
f57deae3f3
commit
9dc79f679c
@ -199,6 +199,8 @@ class AppWindow:
|
|||||||
self.w.after(2000, lambda:self.getandsend(retrying=True))
|
self.w.after(2000, lambda:self.getandsend(retrying=True))
|
||||||
return
|
return
|
||||||
else:
|
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
|
# stuff we can do when not docked
|
||||||
if config.getint('output') & config.OUT_LOG:
|
if config.getint('output') & config.OUT_LOG:
|
||||||
flightlog.export(data)
|
flightlog.export(data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user