From e87e30453bf6221554280e81235afbe1d3f6110b Mon Sep 17 00:00:00 2001 From: Fabio Cardoso Date: Tue, 21 May 2024 20:11:14 +0100 Subject: [PATCH] Voltar ao inicio --- application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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