This commit is contained in:
Saifeddine ALOUI 2024-03-05 00:14:19 +01:00
parent 6ca9ecedc5
commit 98b9fa66b2
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ def add_events(sio:socketio):
# File saved successfully
run_async(partial(sio.emit,'web_page_added', {'status':True,}))
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
run_async(partial(sio.emit,'web_page_added', {'status':True}))
except Exception as e:

@ -1 +1 @@
Subproject commit b643ad28608443979a214c9bda8103e8653d7c31
Subproject commit 2496b9c4dce2dadb06d89a51db16ec15517f2492