Fixes for new 64-bit time setter/getters

This commit is contained in:
Rob Reid
2019-01-06 22:05:43 +08:00
parent 793fb1a3ed
commit 9be545f5ce
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ value = latest.get_value()
pl = pdb.get_prices(arm,gbp)
for pr in pl:
source = pr.get_source()
time = pr.get_time()
time = pr.get_time64()
v=pr.get_value()
price = float(v.num)/v.denom
print(time, source, price)