PEP8 fixes

This commit is contained in:
Dave Page
2018-03-20 14:02:56 +00:00
parent 4942c938ac
commit c8b456d464
2 changed files with 0 additions and 2 deletions

View File

@@ -158,6 +158,5 @@ if __name__ == '__main__':
threaded=config.THREADED_MODE threaded=config.THREADED_MODE
) )
except IOError: except IOError:
app.logger.error("Error starting the app server: %s", sys.exc_info()) app.logger.error("Error starting the app server: %s", sys.exc_info())

View File

@@ -541,7 +541,6 @@ def create_app(app_name=None):
app.logger.info('Registering blueprint module: %s' % module) app.logger.info('Registering blueprint module: %s' % module)
app.register_blueprint(module) app.register_blueprint(module)
######################################################################### #########################################################################
# Set cookie path # Set cookie path
######################################################################### #########################################################################