From 9eef72833be91975a1b681e3bcfed341eacd7800 Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Tue, 7 Apr 2015 18:27:17 -0300 Subject: [PATCH] Removendo chamada automatica ao browser da barra --- .gitignore | 1 + app/barrabrasil.py | 8 ++++---- app/profile | 2 -- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 app/profile diff --git a/.gitignore b/.gitignore index 497052c..6087281 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ app/profile app/static/*.js test/*.jtl test/resultado.txt +test-reports.xml # Vagrant files # ################ diff --git a/app/barrabrasil.py b/app/barrabrasil.py index c9f57c9..7c37c2c 100644 --- a/app/barrabrasil.py +++ b/app/barrabrasil.py @@ -58,10 +58,10 @@ def barra(): resposta.headers['Last-Modified'] = data return resposta -if __name__ == '__main__': - import webbrowser - webbrowser.open("http://127.0.0.1:5000/",new=2) - app.run(host='0.0.0.0', debug=True) +#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) diff --git a/app/profile b/app/profile deleted file mode 100644 index a5bffdd..0000000 --- a/app/profile +++ /dev/null @@ -1,2 +0,0 @@ -profile : default -date : "Fri, 27 Feb 2015 16:20:43 -0300" -- libgit2 0.21.2