Code cleaning Stats page
Enable calibre's ebook-convert as converter for mobi files (#411, #533)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user