Code cleaning Stats page

Enable calibre's ebook-convert as converter for mobi files (#411, #533)
This commit is contained in:
OzzieIsaacs
2018-07-18 20:21:44 +02:00
parent ae0c5d7ec2
commit 2449b4049b
8 changed files with 247 additions and 157 deletions

View File

@ -92,9 +92,9 @@ class server:
def getNameVersion(self):
if gevent_present:
return {'gevent':geventVersion}
return {'Gevent':'v'+geventVersion}
else:
return {'tornado':tornadoVersion}
return {'Tornado':'v'+tornadoVersion}
# Start Instance of Server