From 455d4d4a74a5287666249175507aa775a1d550e4 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sun, 11 Aug 2024 11:48:39 -0400 Subject: [PATCH] Update filemonitor.py --- plugins/FileMonitor/filemonitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/FileMonitor/filemonitor.py b/plugins/FileMonitor/filemonitor.py index e609a77..a93963e 100644 --- a/plugins/FileMonitor/filemonitor.py +++ b/plugins/FileMonitor/filemonitor.py @@ -254,6 +254,7 @@ def start_library_monitor(): observer.schedule(event_handler, path, recursive=RECURSIVE) plugin.Trace(f"Observing {path}") observer.schedule(event_handler, SPECIAL_FILE_DIR, recursive=RECURSIVE) + plugin.Trace(f"Observing FileMonitor path {SPECIAL_FILE_DIR}") observer.start() JobIsRunning = False PutPluginBackOnTaskQueAndExit = False