From 5dea785c5f7417d725d7a2cbef0da7d4b9d5ea04 Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Thu, 23 Jul 2015 12:08:04 -0400 Subject: [PATCH] debugging --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 89512d2..4245fee 100644 --- a/app.py +++ b/app.py @@ -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__': -- GitLab