Update civitai_file_manage.py

Hotfix for small bug reported [here](https://github.com/BlafKing/sd-civitai-browser-plus/issues/195).
Name of the option saved in the 'config.json' was different.
pull/196/head
hakaserver 2024-02-09 17:59:19 -03:00 committed by GitHub
parent e4ef29afc1
commit fd2645c83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ def save_model_info(install_path, file_name, sub_folder, sha256=None, preview_ht
save_api_info = getattr(opts, "save_api_info", False)
use_local = getattr(opts, "local_path_in_html", False)
save_to_custom = getattr(opts, "inf_files_in_imgs", False)
save_to_custom = getattr(opts, "save_to_custom", False)
if not api_response:
api_response = gl.json_data