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