no explicit string casting, changed mat2-web started log message

This commit is contained in:
Jan Friedli 2020-09-03 20:49:04 +02:00 committed by jfriedli
parent 3376158b2c
commit 493626e195
2 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@ def create_app(test_config=None):
Swagger(app, template=template, config=swagger_config)
CORS(app, resources={r"/api/*": {"origins": utils.get_allow_origin_header_value()}})
app.logger.info('Matweb started')
app.logger.info('mat2-web started')
return app