summaryrefslogtreecommitdiff
path: root/encrypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'encrypt.py')
-rw-r--r--encrypt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/encrypt.py b/encrypt.py
index d89d01c..6998708 100644
--- a/encrypt.py
+++ b/encrypt.py
@@ -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),