comment clarification

This commit is contained in:
Vespinian 2023-02-27 23:45:59 -05:00
parent a39c4cf766
commit c6c2a59333

View File

@ -191,7 +191,7 @@ class Api:
script_args[selectable_scripts.args_from:selectable_scripts.args_to] = request.script_args script_args[selectable_scripts.args_from:selectable_scripts.args_to] = request.script_args
script_args[0] = selectable_idx + 1 script_args[0] = selectable_idx + 1
else: else:
# if 0 then none # when [0] = 0 no selectable script to run
script_args[0] = 0 script_args[0] = 0
# Now check for always on scripts # Now check for always on scripts