From f72b4f84caca49bbb360bce2fde1ae80dab9bb86 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Mon, 30 Jan 2023 17:28:18 +0100 Subject: [PATCH] feat(chalice): fixed assist autocomplete --- api/chalicelib/core/assist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/chalicelib/core/assist.py b/api/chalicelib/core/assist.py index dd69bdbf1..574557005 100644 --- a/api/chalicelib/core/assist.py +++ b/api/chalicelib/core/assist.py @@ -267,6 +267,8 @@ def session_exists(project_id, session_id): def __change_keys(key): + print(">>>looking for ") + print(key) return { "PAGETITLE": schemas.LiveFilterType.page_title.value, "ACTIVE": "active",