From 4c9592c0b05132ee1864d557c33b642e7bb886d0 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 11 Jul 2024 01:00:07 +0200 Subject: [PATCH] fixed binding settings --- lollms/server/endpoints/lollms_binding_infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lollms/server/endpoints/lollms_binding_infos.py b/lollms/server/endpoints/lollms_binding_infos.py index d5cb448..0346d88 100644 --- a/lollms/server/endpoints/lollms_binding_infos.py +++ b/lollms/server/endpoints/lollms_binding_infos.py @@ -244,7 +244,7 @@ def get_active_binding_settings(): @router.post("/set_active_binding_settings") async def set_active_binding_settings(request: Request): data = await request.json() - check_access(data["client_id"]) + check_access(lollmsElfServer,data["client_id"]) settings = data["settings"] """ Sets the active binding settings.