Revert "Comment fix"
This reverts commit f04bd037a51de3c65072581d9a7dfed1d0d2887e.
This commit is contained in:
parent
f04bd037a5
commit
db602b100e
@ -217,7 +217,7 @@ class Api:
|
|||||||
if "args" in request.alwayson_scripts[alwayson_script_name]:
|
if "args" in request.alwayson_scripts[alwayson_script_name]:
|
||||||
script_args[alwayson_script.args_from:alwayson_script.args_to] = request.alwayson_scripts[alwayson_script_name]["args"]
|
script_args[alwayson_script.args_from:alwayson_script.args_to] = request.alwayson_scripts[alwayson_script_name]["args"]
|
||||||
|
|
||||||
# Remove always on scripts that were not included in the request by resetting the script list in our ScriptRunner
|
# Remove always on scripts that were not included in the request by resetting the script list in out ScriptRunner
|
||||||
script_runner.alwayson_scripts.clear()
|
script_runner.alwayson_scripts.clear()
|
||||||
script_runner.alwayson_scripts = alwayson_script_to_run
|
script_runner.alwayson_scripts = alwayson_script_to_run
|
||||||
script_runner.scripts.clear()
|
script_runner.scripts.clear()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user