Commit b89e4930 authored by Willard's avatar Willard

Fix invalid syntax

parent fdf4c828
...@@ -237,7 +237,7 @@ def dish_obj(dish): ...@@ -237,7 +237,7 @@ def dish_obj(dish):
def stall_obj(stall): def stall_obj(stall):
if stall is None: if stall is None:
return None return None
return {git d return {
'id': stall.id, 'id': stall.id,
'name': stall.name, 'name': stall.name,
'description': stall.description, 'description': stall.description,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment