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 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user