pep8 compliance

This commit is contained in:
kakwa 2015-10-19 20:36:18 +02:00
parent 53676db341
commit 3402ba9613
1 changed files with 1 additions and 2 deletions

View File

@ -13,6 +13,7 @@ import logging
import logging.handlers
import cherrypy
# Custom log function to override weird error.log function
# of cherrypy
def syslog_error(
@ -70,5 +71,3 @@ def get_loglevel(level):
return logging.CRITICAL
else:
return logging.INFO