1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

stats.py: TODO: Use cached /profile CAPI data when available

This commit is contained in:
Athanasius 2021-08-17 16:45:41 +01:00
parent 3f817c0fc0
commit 8d7072fda4
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -275,6 +275,7 @@ class StatsDialog():
if not monitor.cmdr:
return
# TODO: This needs to use cached data
# LANG: Fetching data from Frontier CAPI in order to display on File > Status
self.status['text'] = _('Fetching data...')
self.parent.update_idletasks()