Skip to content

Commit

Permalink
fix: make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 25, 2019
1 parent c52b95c commit 3d47eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_modules/modules/expansion/btc_steroids.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def handler(q=False):
value = float(tx['value'] / 100000000)
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'))
#i += 1
# i += 1
i += 1

r = {
Expand Down

0 comments on commit 3d47eb7

Please sign in to comment.