Skip to content

Commit 3ce64f8

Browse files
committed
added missing )
1 parent d43b730 commit 3ce64f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ async def post(self, *args, **kwargs):
821821
}
822822

823823
self.set_header("Content-Type", "application/json")
824-
self.write(json.dumps(response)
824+
self.write(json.dumps(response))
825825

826826
except json.JSONDecodeError:
827827
self.set_status(400)

0 commit comments

Comments
 (0)