From bed1ecc5523aa633c4ae58b7287604184ff2bfe9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 2 Oct 2023 16:02:19 +0200 Subject: [PATCH] Useless --- commands/tinfoil.py | 2 -- 1 file changed, 2 deletions(-) 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)