From 6234e53d5af60ce939fd8058ab9725747af04010 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 13 Aug 2024 03:24:13 -0400 Subject: [PATCH] Update filemonitor_config.py --- plugins/FileMonitor/filemonitor_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FileMonitor/filemonitor_config.py b/plugins/FileMonitor/filemonitor_config.py index 111a400..c610f56 100644 --- a/plugins/FileMonitor/filemonitor_config.py +++ b/plugins/FileMonitor/filemonitor_config.py @@ -47,7 +47,7 @@ config = { {"task" : "Backup", "weekday" : "sunday", "time" : "01:00", "monthly" : 2}, # Backup -> [Backup] 2nd sunday of the month at 1AM (01:00) # Note: - # The below examples are done using hours and minutes because the task is easily disabled (deactivated) by a zero value entry. + # The below example tasks are done using hours and minutes because the task is easily disabled (deactivated) by a zero value entry. # Any of these task types can be converted to a weekly/monthly sysntax. # Example task for calling another Stash plugin, which needs plugin name and plugin ID.