|
@@ -169,8 +169,8 @@ def run(difficult):
|
|
f.write(f'{i_s}\n')
|
|
f.write(f'{i_s}\n')
|
|
|
|
|
|
print(f"Image saved to '{DIR}/{difficult}_{x}.txt' in byte string")
|
|
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):
|
|
if (DOWNLOAD == True):
|
|
print("Downloading s0urce.io Words")
|
|
print("Downloading s0urce.io Words")
|