From 56c9ead6b0d292fc8fcf83a5370b679a586beaa0 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 13 Aug 2024 03:14:37 -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 135b582..111a400 100644 --- a/plugins/FileMonitor/filemonitor_config.py +++ b/plugins/FileMonitor/filemonitor_config.py @@ -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 is replaced by filemonitor.py current directory. {"task" : "python", "script" : "test_script_hello_world.py", "args" : "--MyArguments Hello", "minutes" : 0}, # Example task to execute a command