From 4ce7e3ce440b95d032a5a2df1c6318fa2dac5917 Mon Sep 17 00:00:00 2001 From: DeveloperSamir <61192453+DeveloperSamir@users.noreply.github.com> Date: Thu, 1 Oct 2020 05:49:39 -0400 Subject: [PATCH] added the comment " app.run " in flask repo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5dbd952..cebd008 100644 --- a/main.py +++ b/main.py @@ -179,5 +179,5 @@ def contact(): ) return render_template('contact.html', params=params) - +#this code to run the program it is necessary for run the code. app.run(debug=True)