Update filemonitor.py

This commit is contained in:
David Maisonave
2024-08-16 03:50:48 -04:00
parent dc542d7295
commit 81c3a9b5bd

View File

@@ -293,9 +293,9 @@ class StashScheduler: # Stash Scheduler
def checkSchedulePending(self):
import schedule # pip install schedule # https://github.com/dbader/schedule
stash.Trace("Checking if task pending.")
stash.TraceOnce("Checking if task pending.")
schedule.run_pending()
stash.Trace("Pending check complete.")
stash.TraceOnce("Pending check complete.")
TargetPaths = []
def start_library_monitor():