mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
pep8 fix
This commit is contained in:
@@ -10,6 +10,7 @@ def genById(id):
|
||||
generator = genList[id][2]
|
||||
return (generator())
|
||||
|
||||
|
||||
def makePdf(id, count):
|
||||
generator = genList[id][2]
|
||||
title = genList[id][1]
|
||||
|
||||
Reference in New Issue
Block a user