mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 23:59:38 +03:00
Re-instate "Sending data to EDDN..." message.
This commit is contained in:
parent
6d5eff349a
commit
b573dbe4e2
@ -188,6 +188,8 @@ class AppWindow:
|
|||||||
if config.getint('output') & config.OUT_BPC:
|
if config.getint('output') & config.OUT_BPC:
|
||||||
bpc.export(data, False)
|
bpc.export(data, False)
|
||||||
if config.getint('output') & config.OUT_EDDN:
|
if config.getint('output') & config.OUT_EDDN:
|
||||||
|
self.status['text'] = 'Sending data to EDDN...'
|
||||||
|
self.w.update_idletasks()
|
||||||
eddn.export(data)
|
eddn.export(data)
|
||||||
self.status['text'] = strftime('Last updated at %H:%M:%S', localtime(querytime))
|
self.status['text'] = strftime('Last updated at %H:%M:%S', localtime(querytime))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user