Add logging
This commit is contained in:
parent
c75e2e7140
commit
b4125a9d73
2 changed files with 2 additions and 2 deletions
|
|
@ -46,6 +46,5 @@ if __name__ == '__main__':
|
|||
for progress in encrypt(args.infile):
|
||||
pbar.update(progress)
|
||||
else:
|
||||
for _progress in encrypt(args.infile):
|
||||
pass
|
||||
*encrypt(args.infile),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue