diff --git a/src/Picocrypt.py b/src/Picocrypt.py index f76afa0..01baf9a 100644 --- a/src/Picocrypt.py +++ b/src/Picocrypt.py @@ -612,7 +612,7 @@ def start(): statusString.set(info) # Increase done and write to output - done += 1104905 if (reedsolo and decrypting) else chunkSize + done += 1104905 if (reedsolo and mode=="decrypt") else chunkSize fout.write(data) # Show appropriate notice if file corrupted or modified