From 1fe1c08bbd58e52be75c80fb3b57c9d2e86758ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Mon, 18 Oct 2021 08:21:51 +0200 Subject: [PATCH] Update --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6a5994e..9069941 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,7 @@ app = Flask(__name__) @app.route('/config') def config(): # put application's code here - return str(cf.INDENT)+str(cf.WEATHER)+str(cf.WINDDIRS) + return str(INDENT)+str(WEATHER)+str(WINDDIRS) @app.route('/') def hello_world(): # put application's code here