fix: make flake8 happy

pull/274/head
Raphaël Vinot 2019-01-25 10:45:02 +01:00
parent c52b95cdbe
commit 3d47eb7420
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ def handler(q=False):
value = float(tx['value'] / 100000000) value = float(tx['value'] / 100000000)
u, e = convert(value, transactions['time']) u, e = convert(value, transactions['time'])
mprint("#" + str(n_tx - i) + "\t" + str(datetime) + "\t {0:10.8f} BTC {1:10.2f} USD\t{2:10.2f} EUR".format(value, u, e).rstrip('0')) mprint("#" + str(n_tx - i) + "\t" + str(datetime) + "\t {0:10.8f} BTC {1:10.2f} USD\t{2:10.2f} EUR".format(value, u, e).rstrip('0'))
#i += 1 # i += 1
i += 1 i += 1
r = { r = {