This commit is contained in:
2017-08-27 07:52:19 -04:00
parent 3f8e8953bc
commit 0b7b2a5d45
+1 -1
View File
@@ -85,7 +85,7 @@ def get_predictions(coin):
for i, k in enumerate(list(d.keys())[-6:]):
w = maya.when(f'{61*i} minutes from now')
predictions.append({
'when': d.slang_time(),
'when': w.slang_time(),
'timestamp': w.iso8601(),
'usd': d[k],
})