mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-03 10:57:35 +01:00
Ack! Forgot a continue statement.
This commit is contained in:
parent
bbe3a92ce4
commit
f9db17025d
@ -75,6 +75,7 @@ def getstoryfiles():
|
||||
ob["actions"] = len(js["actions"])
|
||||
except TypeError:
|
||||
print("Browser loading error: Story file has incorrect format.")
|
||||
continue
|
||||
list.append(ob)
|
||||
return list
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user