diff --git a/application.py b/application.py index 06b2f42..61eb9e0 100644 --- a/application.py +++ b/application.py @@ -24,4 +24,4 @@ def add_nota(): def nova_nota(): return render_template('nota.html') -app.run(host="0.0.0.0", port=80) \ No newline at end of file +app.run() \ No newline at end of file