diff --git a/utility/find_unwatched.py b/utility/find_unwatched.py index 5653604..96f53ed 100644 --- a/utility/find_unwatched.py +++ b/utility/find_unwatched.py @@ -165,4 +165,4 @@ for i in sorted(show_lst, reverse=True): print("Metadata failed. Likely end of range: {e}").format(e=e) -delete_files(tmp_lst) +delete_files(path_lst)