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",