Output logs in dev server

This commit is contained in:
Neale Pickett 2018-10-16 14:52:29 +00:00
parent 7a95f0810e
commit 255b8754c1
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
3.1-rc2
3.0-rc3

View File

@ -60,6 +60,7 @@ async def handle_puzzle(request):
obj["answers"] = puzzle.answers
obj["hint"] = puzzle.hint
obj["summary"] = puzzle.summary
obj["logs"] = puzzle.logs
return web.Response(
content_type="application/json",