Commit b16b6e703ebca5e24da7fc3ee4a42d11f222ecbd
1 parent
b939c7d3
Exists in
master
Retirando chamada automática do browser
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
app/barrabrasil.py
@@ -59,8 +59,6 @@ def barra(): | @@ -59,8 +59,6 @@ def barra(): | ||
59 | return resposta | 59 | return resposta |
60 | 60 | ||
61 | if __name__ == '__main__': | 61 | if __name__ == '__main__': |
62 | - import webbrowser | ||
63 | - webbrowser.open("http://127.0.0.1:5000/",new=1) | ||
64 | app.run(host='0.0.0.0', debug=True) | 62 | app.run(host='0.0.0.0', debug=True) |
65 | #webbrowser.open("https://127.0.0.1:5000/",new=2) | 63 | #webbrowser.open("https://127.0.0.1:5000/",new=2) |
66 | #app.run(debug=False,ssl_context=ctx) | 64 | #app.run(debug=False,ssl_context=ctx) |