Deconflicting for merge.

This commit is contained in:
Paul Ferrell 2016-10-19 15:14:37 -06:00
parent b033791c91
commit 64e8fb5a1c
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ class Category:
def puzzle(self, points):
path = os.path.join(self.path, str(points))
return Puzzle(self.seed, path=path)
return Puzzle(path, self.seed)
def puzzles(self):
for points in self.pointvals: