mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for old world info saves in new format
This commit is contained in:
@@ -7900,7 +7900,7 @@ def UI_2_search_wi(data):
|
||||
elif query in entry["manual_text"].lower():
|
||||
results["comment"].append(entry)
|
||||
|
||||
socketio.emit("wi_results", results, broadcast=True, room="UI_2")
|
||||
emit("wi_results", results, broadcast=True, room="UI_2")
|
||||
|
||||
@socketio.on("update_wi_attribute")
|
||||
def UI_2_update_wi_attribute(data):
|
||||
|
Reference in New Issue
Block a user