Browse Source

port 8080

master
josedom24 7 years ago
parent
commit
cc06c8f388
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.py

+ 1
- 1
app.py View File

@ -21,4 +21,4 @@ def temperatura(code):
return render_template("temperaturas.html",name=name,max=max,min=min) return render_template("temperaturas.html",name=name,max=max,min=min)
if __name__ == '__main__': if __name__ == '__main__':
app.run()
app.run('0.0.0.0',8080)

Loading…
Cancel
Save