diff --git a/commands/tinfoil.py b/commands/tinfoil.py index a414643..4042463 100755 --- a/commands/tinfoil.py +++ b/commands/tinfoil.py @@ -37,8 +37,6 @@ def download(path, file): stdout=sys.stdout, ) except subprocess.CalledProcessError: - print(f"Removing {path}/{file}") - os.remove(os.path.join(path, file)) print("Waiting for 10 minutes ...") time.sleep(10 * 60) download(path, file)