PEP8 fixes
parent
4942c938ac
commit
c8b456d464
|
@ -158,6 +158,5 @@ if __name__ == '__main__':
|
|||
threaded=config.THREADED_MODE
|
||||
)
|
||||
|
||||
|
||||
except IOError:
|
||||
app.logger.error("Error starting the app server: %s", sys.exc_info())
|
||||
|
|
|
@ -541,7 +541,6 @@ def create_app(app_name=None):
|
|||
app.logger.info('Registering blueprint module: %s' % module)
|
||||
app.register_blueprint(module)
|
||||
|
||||
|
||||
#########################################################################
|
||||
# Set cookie path
|
||||
#########################################################################
|
||||
|
|
Loading…
Reference in New Issue