mirror of https://github.com/MISP/misp-modules
fix: make flake8 happy
parent
c52b95cdbe
commit
3d47eb7420
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue