From 5f0a16d1b5abd4063f85956f1d3c683f0ff7bcca Mon Sep 17 00:00:00 2001 From: thecosmos Date: Mon, 6 May 2019 22:30:11 +0530 Subject: [PATCH] Minor changes --- tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app.py b/tests/test_app.py index 8fd3d9a..79b1946 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -28,4 +28,4 @@ def me(): if __name__ == "__main__": - app.run() + app.run(debug=True)