1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-29 22:59:45 +03:00

Re-instate "Sending data to EDDN..." message.

This commit is contained in:
Jonathan Harris 2015-06-18 14:12:22 +01:00
parent 6d5eff349a
commit b573dbe4e2

View File

@ -188,6 +188,8 @@ class AppWindow:
if config.getint('output') & config.OUT_BPC:
bpc.export(data, False)
if config.getint('output') & config.OUT_EDDN:
self.status['text'] = 'Sending data to EDDN...'
self.w.update_idletasks()
eddn.export(data)
self.status['text'] = strftime('Last updated at %H:%M:%S', localtime(querytime))