From fcabf365b32f841403d7b0551c7cc0ee3178ff74 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 5 Oct 2023 15:36:43 +0200 Subject: [PATCH] cleaning ok --- commands/tinfoil.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/tinfoil.py b/commands/tinfoil.py index 4f6b53f..3f70e82 100755 --- a/commands/tinfoil.py +++ b/commands/tinfoil.py @@ -51,8 +51,7 @@ def remove(path, file): def clean(path, database): for file in os.listdir(path): if os.path.isfile(os.path.join(path, file)) and file not in database: - # remove(path, file) - print(f"Hop {path}/{file}") + remove(path, file) req_titles = requests.get(