From 51898fa817d0942b1c033f411e7b0cd26d14ee98 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:20:42 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 518f54f..9091719 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -48,6 +48,7 @@ To configure the schedule or to add new task, edit the **task_reoccurring_schedu - The scheduler feature requires `pip install schedule` - If the user leaves the scheduler disabled, **schedule** does NOT have to be installed. - The scheduler will **NOT** work properly when FileMonitor is run as a plugin. +- The current scheduler code does **NOT** work persistently. That means the schedule always restarts when the program restarts. This may be fixed in future FileMonitor versions. ### Requirements - pip install -r requirements.txt