mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove debug
This commit is contained in:
@@ -7070,7 +7070,6 @@ def load_story_v1(js):
|
|||||||
for i in range(len(js["actions_metadata"][key]["Alternative Text"])):
|
for i in range(len(js["actions_metadata"][key]["Alternative Text"])):
|
||||||
data[i]["text"] = data[i].pop("Text")
|
data[i]["text"] = data[i].pop("Text")
|
||||||
temp_story_class.set_options(data, int(key))
|
temp_story_class.set_options(data, int(key))
|
||||||
print(temp_story_class.to_json())
|
|
||||||
koboldai_vars.actions.load_json(temp_story_class.to_json())
|
koboldai_vars.actions.load_json(temp_story_class.to_json())
|
||||||
del temp_story_class
|
del temp_story_class
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user