diff --git a/main.py b/main.py index 5dbd952..424d81c 100644 --- a/main.py +++ b/main.py @@ -179,5 +179,5 @@ def contact(): ) return render_template('contact.html', params=params) - +# app.run command for using this is automatically relode the server in local machine app.run(debug=True)