From 310831e72c58ebe4beece039070be1111d4587bd Mon Sep 17 00:00:00 2001 From: blacktwin Date: Sat, 7 Oct 2017 15:17:54 -0400 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 f309fdc..5653604 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(tmp_lst)