mirror of https://github.com/dirtbags/moth.git
Deconflicting for merge.
This commit is contained in:
parent
108ec81906
commit
d8a665e408
|
@ -336,7 +336,7 @@ class Category:
|
||||||
|
|
||||||
def puzzle(self, points):
|
def puzzle(self, points):
|
||||||
path = os.path.join(self.path, str(points))
|
path = os.path.join(self.path, str(points))
|
||||||
return Puzzle(self.seed, path=path)
|
return Puzzle(path, self.seed)
|
||||||
|
|
||||||
def puzzles(self):
|
def puzzles(self):
|
||||||
for points in self.pointvals:
|
for points in self.pointvals:
|
||||||
|
|
Loading…
Reference in New Issue