This commit is contained in:
ebolam
2022-08-21 10:57:34 -04:00
parent 90142d981f
commit 0273b35bff

View File

@@ -283,7 +283,7 @@ class koboldai_vars(object):
else: else:
return getattr(self._story_settings['default'], name) return getattr(self._story_settings['default'], name)
z
class settings(object): class settings(object):
def to_json(self): def to_json(self):
json_data = {'file_version': 2} json_data = {'file_version': 2}