diff --git a/app/main.py b/app/main.py index 84a48bf..e372d79 100644 --- a/app/main.py +++ b/app/main.py @@ -29,6 +29,5 @@ def calc(): def about(): return render_template('about.html') - if __name__=="__main__": app.run(host="0.0.0.0", debug=True)