diff --git a/app/barrabrasil.py b/app/barrabrasil.py index 7ec0329..f1f0d1f 100644 --- a/app/barrabrasil.py +++ b/app/barrabrasil.py @@ -1,5 +1,5 @@ from flask import Flask, url_for, render_template, request, Response, make_response -import hashlib +import hashlib,webbrowser app = Flask(__name__) @app.route('/') @@ -34,4 +34,5 @@ if __name__ == '__main__': profile = argv[1] else: profile = 'default' + webbrowser.open("http://127.0.0.1:5000/",new=2) app.run(debug=False) diff --git a/app/templates/exemplo.html b/app/templates/exemplo.html index 99fd643..c2b2883 100644 --- a/app/templates/exemplo.html +++ b/app/templates/exemplo.html @@ -6,6 +6,6 @@
Veja as instruções de como usar a barra no e-PWG.
- +