diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 548a694..f995a27 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -96,10 +96,6 @@ To configure the schedule or to add new task, edit the **task_scheduler** sectio # Example#B3: Task to execute a command with optional args field, and using keyword , which gets replaced with filemonitor.py current directory. {"task" : "execute", "command" : "HelloWorld.cmd", "args" : "--name David", "minutes" : 0}, - - # Commented out **test** tasks. - # {"task" : "Clean", "seconds" : 30}, - # {"task" : "Scan", "paths" : [r"B:\_\SpecialSet", r"B:\_\Casting\Latina"], "seconds" : 30} ], ```` - To add plugins to the task list, both the Plugin-ID and the plugin name is required. The plugin ID is usually the file name of the script without the extension.