Update filemonitor_config.py

This commit is contained in:
David Maisonave
2024-08-13 03:24:13 -04:00
parent 6fc5d17b37
commit 6234e53d5a

View File

@@ -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.