mirror of https://github.com/dirtbags/moth.git
Actually store things in the KSA field
This commit is contained in:
parent
87981f4e62
commit
c0cb4d6e02
|
@ -142,7 +142,7 @@ class Puzzle:
|
||||||
elif key == "solution":
|
elif key == "solution":
|
||||||
self.solution = val
|
self.solution = val
|
||||||
elif key == "ksa":
|
elif key == "ksa":
|
||||||
self.solution = val
|
self.ksa.append(val)
|
||||||
else:
|
else:
|
||||||
raise ValueError("Unrecognized header field: {}".format(key))
|
raise ValueError("Unrecognized header field: {}".format(key))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue