Use old price information if update fails. Add "(!)" to show that price is out of date

This commit is contained in:
blitzmann
2015-07-03 02:37:52 -04:00
parent 6cc6fd9468
commit 874cf4ef0a
5 changed files with 12 additions and 16 deletions

View File

@@ -26,6 +26,7 @@ class Price(object):
def __init__(self, typeID):
self.typeID = typeID
self.time = 0
self.price = 0
self.failed = None
self.__item = None