Fix E201,E202,E211,E241,E303 whitespace issues

This commit is contained in:
Jesse Mullan
2014-11-01 16:23:38 -07:00
parent 015d269667
commit b7abdf1973
18 changed files with 366 additions and 367 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ def initialize(options=None):
options['http_username']: options['http_password']
})
})
conf['/api'] = { 'tools.auth_basic.on': False }
conf['/api'] = {'tools.auth_basic.on': False}
# Prevent time-outs
cherrypy.engine.timeout_monitor.unsubscribe()