mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix typo in create_story
This commit is contained in:
@@ -90,7 +90,7 @@ class koboldai_vars(object):
|
||||
else:
|
||||
self._story_settings[story_name] = story_settings(self.socketio)
|
||||
if json_data is not None:
|
||||
self.load_story(sotry_name, json_data)
|
||||
self.load_story(story_name, json_data)
|
||||
self._story_settings['default'].send_to_ui()
|
||||
|
||||
def story_list(self):
|
||||
|
Reference in New Issue
Block a user