Update filemonitor_config.py

This commit is contained in:
David Maisonave
2024-08-13 03:48:08 -04:00
parent 2e3fe3cfbc
commit 9aac464e93

View File

@@ -52,7 +52,6 @@ config = {
# Example task for calling another Stash plugin, which needs plugin name and plugin ID.
{"task" : "PluginButtonName_Here", "pluginId" : "PluginId_Here", "hours" : 0}, # The zero frequency value makes this task disabled.
# Add additional plugin task here.
# Example task to call call_GQL API with custom input
{"task" : "GQL", "input" : "mutation OptimiseDatabase { optimiseDatabase }", "minutes" : 0},