Rough fix of genList issue

This commit is contained in:
lukew3
2020-10-19 21:07:50 -04:00
parent ce79a2a94b
commit 20918c5a78
2 changed files with 6 additions and 4 deletions

View File

@@ -20,4 +20,5 @@ class Generator:
def getGenList():
return genList
correctedList = genList[-1:] + genList[:-1]
return correctedList