Commit 4c07a92e authored by Kento HASEGAWA's avatar Kento HASEGAWA

Merge branch 'comm-resolver' into 'comm'

Fix a little (data structure)

See merge request adc2018/adc2018-system!14
parents 63c7cf71 174785f7
......@@ -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