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]
|
generator = genList[id][2]
|
||||||
return (generator())
|
return (generator())
|
||||||
|
|
||||||
|
|
||||||
def makePdf(id, count):
|
def makePdf(id, count):
|
||||||
generator = genList[id][2]
|
generator = genList[id][2]
|
||||||
title = genList[id][1]
|
title = genList[id][1]
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='mathgenerator',
|
setup(name='mathgenerator',
|
||||||
version='1.1.6',
|
version='1.1.7',
|
||||||
description='An open source solution for generating math problems',
|
description='An open source solution for generating math problems',
|
||||||
url='https://github.com/lukew3/mathgenerator',
|
url='https://github.com/lukew3/mathgenerator',
|
||||||
author='Luke Weiler',
|
author='Luke Weiler',
|
||||||
|
|||||||
Reference in New Issue
Block a user