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

Fix a bug

parent 3b9fdc71
...@@ -202,6 +202,7 @@ def solve(boardstr, seed=12345, zero_padding=False, option=dict()): ...@@ -202,6 +202,7 @@ def solve(boardstr, seed=12345, zero_padding=False, option=dict()):
res = { res = {
'client': option['client'], 'client': option['client'],
'qname': option['name'], 'qname': option['name'],
'problem': option['problem'],
'solution': solution, 'solution': solution,
'cputime': elapsed, 'cputime': elapsed,
'req_id': option['req_id'], 'req_id': option['req_id'],
......
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