cosmetic output change

pipenv
Sascha Rommelfangen 2018-11-26 15:56:11 +01:00
parent 3e25428978
commit 96570caece
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ def handler(q=False):
mprint("Transactions:\t" + str(n_tx) + "\t (previewing up to 5 most recent)")
else:
mprint("Transactions:\t" + str(n_tx))
mprint("======================================================================================")
if n_tx > 0:
mprint("======================================================================================")
i = 0
while i < n_tx:
if click is False: