mirror of
https://github.com/kennethreitz/coinbin.org.git
synced 2026-06-05 23:10:17 +00:00
awesome
This commit is contained in:
+1
-1
@@ -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],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user