From f203e22d1672ef08004b6e6ae259d8e0d3920df8 Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Sat, 21 Nov 2020 16:53:27 -0500 Subject: [PATCH] Working on broken filter --- mediacurator/curator.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mediacurator/curator.py b/mediacurator/curator.py index 6d8cdc9..70f2a7a 100755 --- a/mediacurator/curator.py +++ b/mediacurator/curator.py @@ -91,8 +91,7 @@ def main(): # if marked for deletion delete and unwatch the video if "-del" in sys.argv: - #medialibrary.unwatch(filepath, delete = True) - pass + medialibrary.unwatch(filepath, delete = True) elif sys.argv[1] == "test": # Pulling list of marked videos / original keys for the medialibrary.videos dictionary @@ -168,8 +167,7 @@ def main(): # if marked for deletion delete and unwatch the video if "-del" in sys.argv: - #medialibrary.unwatch(filepath, delete = True) - pass + medialibrary.unwatch(filepath, delete = True)