diff --git a/app.py b/app.py index b340380..f22c547 100644 --- a/app.py +++ b/app.py @@ -21,4 +21,4 @@ def temperatura(code): return render_template("temperaturas.html",name=name,max=max,min=min) if __name__ == '__main__': - app.run() + app.run('0.0.0.0',8080)