Skip to content
Snippets Groups Projects
Commit bbfcb50d authored by Mart van Santen's avatar Mart van Santen
Browse files

Add missing column

parent 81c23ddf
No related branches found
No related tags found
1 merge request!50Implemente basic flask + database APIs
Pipeline #9609 failed
......@@ -45,7 +45,7 @@ app.config.from_object(os.environ['APP_SETTINGS'])
# Set right logging level based on config DEBUG flag
if (app.config['DEBUG']):
app.logger.setLevel(logging.INFO)
else
else:
app.logger.setLevel(logging.ERROR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment