From b16b6e703ebca5e24da7fc3ee4a42d11f222ecbd Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Wed, 2 Mar 2016 13:33:00 -0300 Subject: [PATCH] Retirando chamada automática do browser --- app/barrabrasil.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/app/barrabrasil.py b/app/barrabrasil.py index 69fb2ff..1460b8e 100644 --- a/app/barrabrasil.py +++ b/app/barrabrasil.py @@ -59,8 +59,6 @@ def barra(): return resposta if __name__ == '__main__': - import webbrowser - webbrowser.open("http://127.0.0.1:5000/",new=1) app.run(host='0.0.0.0', debug=True) #webbrowser.open("https://127.0.0.1:5000/",new=2) #app.run(debug=False,ssl_context=ctx) -- libgit2 0.21.2