Commit 9eef72833be91975a1b681e3bcfed341eacd7800
1 parent
9316f80d
Exists in
master
Removendo chamada automatica ao browser da barra
Showing
3 changed files
with
5 additions
and
6 deletions
Show diff stats
.gitignore
app/barrabrasil.py
@@ -58,10 +58,10 @@ def barra(): | @@ -58,10 +58,10 @@ def barra(): | ||
58 | resposta.headers['Last-Modified'] = data | 58 | resposta.headers['Last-Modified'] = data |
59 | return resposta | 59 | return resposta |
60 | 60 | ||
61 | -if __name__ == '__main__': | ||
62 | - import webbrowser | ||
63 | - webbrowser.open("http://127.0.0.1:5000/",new=2) | ||
64 | - app.run(host='0.0.0.0', debug=True) | 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) | ||
65 | #webbrowser.open("https://127.0.0.1:5000/",new=2) | 65 | #webbrowser.open("https://127.0.0.1:5000/",new=2) |
66 | #app.run(debug=False,ssl_context=ctx) | 66 | #app.run(debug=False,ssl_context=ctx) |
67 | 67 |
app/profile