@@ -169,8 +169,8 @@ def run(difficult):
f.write(f'{i_s}\n')
print(f"Image saved to '{DIR}/{difficult}_{x}.txt' in byte string")
- os.remove(f'{fname}')
- print(f"File '{fname}' automatically removed")
+ # os.remove(f'{fname}') # Grr No bad bean, keep file for error checking
+ # print(f"File '{fname}' automatically removed")
if (DOWNLOAD == True):
print("Downloading s0urce.io Words")