From 4e77a6eea52d6ea178e0f12a8aebbae1580901ef Mon Sep 17 00:00:00 2001 From: blacktwin Date: Thu, 30 Nov 2017 08:34:48 -0500 Subject: [PATCH] Update find_unwatched.py --- utility/find_unwatched.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)