Small change in prices update status, be silent if price update was successful

This commit is contained in:
HomeWorld
2010-09-12 22:23:55 +03:00
parent 12de26693d
commit 0f6a9d185b

View File

@@ -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))