Skip to content
Snippets Groups Projects
Commit 5dea785c authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

debugging

parent 2473b27c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ app.config.from_pyfile('config.py', silent=True)
@app.route('/')
def just_testing():
return cfg
return str(app.config['SQLALCHEMY_URI'])
return "Brotato!"
if __name__ == '__main__':
......
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