If price is not valid, cancel it out. This will force an update.
This commit is contained in:
blitzmann
2014-11-25 23:54:24 -05:00
parent 8c1d14ec4a
commit 5242c6df60

View File

@@ -677,6 +677,10 @@ class Market():
self.priceCache[typeID] = price
if not price.isValid:
# if the price has expired
price.price = None
return price
def getPricesNow(self, typeIDs):