mirror of https://github.com/MISP/misp-modules
cosmetic output change
parent
3e25428978
commit
96570caece
|
@ -125,6 +125,7 @@ def handler(q=False):
|
||||||
mprint("Transactions:\t" + str(n_tx) + "\t (previewing up to 5 most recent)")
|
mprint("Transactions:\t" + str(n_tx) + "\t (previewing up to 5 most recent)")
|
||||||
else:
|
else:
|
||||||
mprint("Transactions:\t" + str(n_tx))
|
mprint("Transactions:\t" + str(n_tx))
|
||||||
|
if n_tx > 0:
|
||||||
mprint("======================================================================================")
|
mprint("======================================================================================")
|
||||||
i = 0
|
i = 0
|
||||||
while i < n_tx:
|
while i < n_tx:
|
||||||
|
|
Loading…
Reference in New Issue