From f6bc5c82a96dcc3a40e57c508a53781cc71ce8e4 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 8 Nov 2023 16:09:20 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(store.py):=20add=20tempora?= =?UTF-8?q?ry=20code=20to=20handle=20exception=20and=20set=20comp=5Fcount?= =?UTF-8?q?=20to=200=20until=20bug=20is=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/api/v1/store.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/langflow/api/v1/store.py b/src/backend/langflow/api/v1/store.py index 9b5ba2809..707542ee3 100644 --- a/src/backend/langflow/api/v1/store.py +++ b/src/backend/langflow/api/v1/store.py @@ -111,6 +111,7 @@ def get_components( is_component=is_component, ) except Exception: + #! This should be removed once we fix the bug comp_count = 0 if store_api_Key: