fix remove

This commit is contained in:
Michel Roux 2023-10-02 11:54:17 +02:00
parent efec5add4c
commit a41f88d6b6

@ -78,7 +78,7 @@ def remove(path):
to_remove = []
for name in os.listdir(path):
if os.path.isfile(name):
if os.path.isfile(f"{path}/{name}"):
id = get_title_shortid(name)
if not id: