mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Rough fix of genList issue
This commit is contained in:
@@ -20,4 +20,5 @@ class Generator:
|
||||
|
||||
|
||||
def getGenList():
|
||||
return genList
|
||||
correctedList = genList[-1:] + genList[:-1]
|
||||
return correctedList
|
||||
|
||||
Reference in New Issue
Block a user