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":
|
||||
self.solution = val
|
||||
elif key == "ksa":
|
||||
self.solution = val
|
||||
self.ksa.append(val)
|
||||
else:
|
||||
raise ValueError("Unrecognized header field: {}".format(key))
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue