mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-18 23:21:15 -08:00
commit
28c79b8f05
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ available_extensions = {"extensions": []}
|
|||
|
||||
|
||||
def check_access():
|
||||
assert not shared.cmd_opts.disable_extension_access, "extension access disabed because of commandline flags"
|
||||
assert not shared.cmd_opts.disable_extension_access, "extension access disabled because of command line flags"
|
||||
|
||||
|
||||
def apply_and_restart(disable_list, update_list):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue