Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nooblong committed Dec 3, 2023
1 parent ec60350 commit 6d456d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ async def call_back(event):

def special_param(param_map, function_name):
for key, value in param_map.items():
if key == "credential":
continue
if ":parse" in value:
process = value.replace(":parse", "")
param_map[key] = eval(process)
Expand Down

0 comments on commit 6d456d8

Please sign in to comment.