mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
bugfix
This commit is contained in:
parent
6ca9ecedc5
commit
98b9fa66b2
@ -79,7 +79,7 @@ def add_events(sio:socketio):
|
|||||||
# File saved successfully
|
# File saved successfully
|
||||||
run_async(partial(sio.emit,'web_page_added', {'status':True,}))
|
run_async(partial(sio.emit,'web_page_added', {'status':True,}))
|
||||||
else:
|
else:
|
||||||
lollmsElfServer.personality.add_file(file_path, partial(lollmsElfServer.process_chunk, client_id = sid))
|
lollmsElfServer.personality.add_file(file_path, client, partial(lollmsElfServer.process_chunk, client_id = sid))
|
||||||
# File saved successfully
|
# File saved successfully
|
||||||
run_async(partial(sio.emit,'web_page_added', {'status':True}))
|
run_async(partial(sio.emit,'web_page_added', {'status':True}))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b643ad28608443979a214c9bda8103e8653d7c31
|
Subproject commit 2496b9c4dce2dadb06d89a51db16ec15517f2492
|
Loading…
Reference in New Issue
Block a user