Small change in prices update status, be silent if price update was successful
This commit is contained in:
@@ -118,7 +118,7 @@ class PriceViewFull(StatsView):
|
||||
else:
|
||||
if self._timer:
|
||||
self._timer.Stop()
|
||||
self.labelEMStatus.SetLabel("EVE-METRICS Prices update completed.")
|
||||
self.labelEMStatus.SetLabel("")
|
||||
modPrice = sum(map(lambda p: p.price or 0, prices[1:]))
|
||||
self.labelPriceShip.SetLabel(formatAmount(shipPrice, 3, 3, 9))
|
||||
self.labelPriceFittings.SetLabel(formatAmount(modPrice, 3, 3, 9))
|
||||
|
||||
Reference in New Issue
Block a user