mirror of https://github.com/dirtbags/moth.git
Output logs in dev server
This commit is contained in:
parent
7a95f0810e
commit
255b8754c1
|
@ -60,6 +60,7 @@ async def handle_puzzle(request):
|
||||||
obj["answers"] = puzzle.answers
|
obj["answers"] = puzzle.answers
|
||||||
obj["hint"] = puzzle.hint
|
obj["hint"] = puzzle.hint
|
||||||
obj["summary"] = puzzle.summary
|
obj["summary"] = puzzle.summary
|
||||||
|
obj["logs"] = puzzle.logs
|
||||||
|
|
||||||
return web.Response(
|
return web.Response(
|
||||||
content_type="application/json",
|
content_type="application/json",
|
||||||
|
|
Loading…
Reference in New Issue