From 7bb0b10e53eeffff3ea5bdd387881982230dcdfb Mon Sep 17 00:00:00 2001 From: Hyunchel Kim Date: Sun, 21 Oct 2018 15:50:43 -0500 Subject: [PATCH] Follow the same convention across the code Hello, Hacktoberfest! --- hello_app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_app/views.py b/hello_app/views.py index 91807bbf9..d40756488 100644 --- a/hello_app/views.py +++ b/hello_app/views.py @@ -24,4 +24,4 @@ def hello_there(name): @app.route("/api/data") def get_data(): - return app.send_static_file('data.json') + return app.send_static_file("data.json")