Update filemonitor_config.py

This commit is contained in:
David Maisonave
2024-08-13 03:14:37 -04:00
parent 5d5fd8f2df
commit 56c9ead6b0

View File

@@ -57,7 +57,7 @@ config = {
# Example task to call call_GQL API with custom input
{"task" : "GQL", "input" : "mutation OptimiseDatabase { optimiseDatabase }", "minutes" : 0},
# Example task to call a python script
# Example task to call a python script. When this task is executed, the keyword <plugin_path> is replaced by filemonitor.py current directory.
{"task" : "python", "script" : "<plugin_path>test_script_hello_world.py", "args" : "--MyArguments Hello", "minutes" : 0},
# Example task to execute a command