Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-08-23 02:43:09 -04:00
parent 1161930a34
commit 60b0bb7c1f
+1 -1
View File
@@ -25,7 +25,7 @@ class Coin():
def update(self):
j = self._get()
print 'Fetching data on {}'
print('Fetching data on {}')
self.name = j['name']
self.rank = j['position']
self._value = j['price']['usd']