diff options
author | Vespinian <vespinian@proton.me> | 2023-03-25 18:11:38 +0000 |
---|---|---|
committer | Vespinian <vespinian@proton.me> | 2023-03-25 18:11:38 +0000 |
commit | db602b100e271e902e120fa8aa5c859e3ef3962f (patch) | |
tree | 75de8ab0e4131de66a351fbb5f2711303d372441 | |
parent | f04bd037a51de3c65072581d9a7dfed1d0d2887e (diff) | |
download | stable-diffusion-webui-gfx803-db602b100e271e902e120fa8aa5c859e3ef3962f.tar.gz stable-diffusion-webui-gfx803-db602b100e271e902e120fa8aa5c859e3ef3962f.tar.bz2 stable-diffusion-webui-gfx803-db602b100e271e902e120fa8aa5c859e3ef3962f.zip |
Revert "Comment fix"
This reverts commit f04bd037a51de3c65072581d9a7dfed1d0d2887e.
-rw-r--r-- | modules/api/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/api/api.py b/modules/api/api.py index 8c06cf20..afbc202a 100644 --- a/modules/api/api.py +++ b/modules/api/api.py @@ -217,7 +217,7 @@ class Api: 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"] - # 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 = alwayson_script_to_run script_runner.scripts.clear() |