Commit df06c088 authored by Kento HASEGAWA's avatar Kento HASEGAWA

Fix bugs

parent 6b119007
......@@ -224,7 +224,6 @@ class Solution(object):
'x': bx,
'y': by,
}
state = 2
li += 1
......@@ -265,7 +264,7 @@ class Solution(object):
def get_d3json(self):
if self.state == 'done':
if self.status == 'done':
return {
'w': self.size[0],
'h': self.size[1],
......
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