Commit 9eef72833be91975a1b681e3bcfed341eacd7800

Authored by Carlos Vieira
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
@@ -17,6 +17,7 @@ app/profile @@ -17,6 +17,7 @@ app/profile
17 app/static/*.js 17 app/static/*.js
18 test/*.jtl 18 test/*.jtl
19 test/resultado.txt 19 test/resultado.txt
  20 +test-reports.xml
20 21
21 # Vagrant files # 22 # Vagrant files #
22 ################ 23 ################
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
@@ -1,2 +0,0 @@ @@ -1,2 +0,0 @@
1 -profile : default  
2 -date : "Fri, 27 Feb 2015 16:20:43 -0300"