Skip to content

Commit

Permalink
Minor bugfix in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tombulled committed Feb 25, 2024
1 parent 42c36aa commit 57b2804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def parse_response(response: dict, /):
# parsed[key] = value
continue

parsed[key] = parse_renderable(value, parent=key)
parsed[key] = parse_renderable(value)

return parsed

Expand Down

0 comments on commit 57b2804

Please sign in to comment.