mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-04-30 19:21:43 +00:00
Merge branch 'preview'
Former-commit-id: 1cc2293d41d6ea704fa140d1ce4fe10eba9b60a5
This commit is contained in:
@@ -58,7 +58,7 @@ class storage:
|
||||
def __set(self, key, data):
|
||||
file_path = self.__get_data_filename(key)
|
||||
with open(file_path, 'w') as f:
|
||||
json.dump(data, f, indent=4, ensure_ascii=False)
|
||||
json.dump(data, f, indent=4, ensure_ascii=True)
|
||||
|
||||
def set(self, key, data):
|
||||
while self.__is_locked(key):
|
||||
|
||||
Reference in New Issue
Block a user