cleaning ok
dl / lint (push) Successful in 1m34s Details
dl / docker (push) Successful in 43s Details

This commit is contained in:
Michel Roux 2023-10-05 15:36:43 +02:00
parent b316173efa
commit fcabf365b3
1 changed files with 1 additions and 2 deletions

View File

@ -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(