mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
pep8 compliance
This commit is contained in:
parent
53676db341
commit
3402ba9613
@ -13,6 +13,7 @@ import logging
|
|||||||
import logging.handlers
|
import logging.handlers
|
||||||
import cherrypy
|
import cherrypy
|
||||||
|
|
||||||
|
|
||||||
# Custom log function to override weird error.log function
|
# Custom log function to override weird error.log function
|
||||||
# of cherrypy
|
# of cherrypy
|
||||||
def syslog_error(
|
def syslog_error(
|
||||||
@ -70,5 +71,3 @@ def get_loglevel(level):
|
|||||||
return logging.CRITICAL
|
return logging.CRITICAL
|
||||||
else:
|
else:
|
||||||
return logging.INFO
|
return logging.INFO
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user