Merge pull request #3 from dirtbags/master

Merge in recent additions.
This commit is contained in:
pflarr 2016-10-19 15:16:08 -06:00 committed by GitHub
commit a8d8ad8040
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(path, self.seed)
return Puzzle(self.seed, path)
def puzzles(self):
for points in self.pointvals: