feat(chalice): fixed assist autocomplete
This commit is contained in:
parent
e8cfaeda2b
commit
f72b4f84ca
1 changed files with 2 additions and 0 deletions
|
|
@ -267,6 +267,8 @@ def session_exists(project_id, session_id):
|
||||||
|
|
||||||
|
|
||||||
def __change_keys(key):
|
def __change_keys(key):
|
||||||
|
print(">>>looking for ")
|
||||||
|
print(key)
|
||||||
return {
|
return {
|
||||||
"PAGETITLE": schemas.LiveFilterType.page_title.value,
|
"PAGETITLE": schemas.LiveFilterType.page_title.value,
|
||||||
"ACTIVE": "active",
|
"ACTIVE": "active",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue