mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 07:39:44 +03:00
stats.py: TODO: Use cached /profile CAPI data when available
This commit is contained in:
parent
3f817c0fc0
commit
8d7072fda4
1
stats.py
1
stats.py
@ -275,6 +275,7 @@ class StatsDialog():
|
|||||||
if not monitor.cmdr:
|
if not monitor.cmdr:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# TODO: This needs to use cached data
|
||||||
# LANG: Fetching data from Frontier CAPI in order to display on File > Status
|
# LANG: Fetching data from Frontier CAPI in order to display on File > Status
|
||||||
self.status['text'] = _('Fetching data...')
|
self.status['text'] = _('Fetching data...')
|
||||||
self.parent.update_idletasks()
|
self.parent.update_idletasks()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user