forked from Github/Axter-Stash
Update filemonitor.py
This commit is contained in:
@@ -293,9 +293,9 @@ class StashScheduler: # Stash Scheduler
|
|||||||
|
|
||||||
def checkSchedulePending(self):
|
def checkSchedulePending(self):
|
||||||
import schedule # pip install schedule # https://github.com/dbader/schedule
|
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()
|
schedule.run_pending()
|
||||||
stash.Trace("Pending check complete.")
|
stash.TraceOnce("Pending check complete.")
|
||||||
|
|
||||||
TargetPaths = []
|
TargetPaths = []
|
||||||
def start_library_monitor():
|
def start_library_monitor():
|
||||||
|
|||||||
Reference in New Issue
Block a user