Add logging

This commit is contained in:
jaseg 2019-06-27 11:56:58 +09:00
parent c75e2e7140
commit b4125a9d73
2 changed files with 2 additions and 2 deletions

View file

@ -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),