This commit is contained in:
lukew3
2020-11-20 14:08:24 -05:00
parent 27082cc299
commit 22195efdca
2 changed files with 2 additions and 1 deletions

View File

@@ -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]