Commit 174785f7 authored by Kento HASEGAWA's avatar Kento HASEGAWA

Fix a little (data structure)

parent 5e4c621e
......@@ -60,8 +60,10 @@ def resolve():
with open(outpath, "r") as fp:
resolved = fp.read()
print(data['req_id'])
res = {
'answer': resolved,
'solution': resolved,
'solved': True,
'solver': data['client'],
'resolver': client_baseurl,
......
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