This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
python_for_openshift
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
port 8080
master
josedom24
7 years ago
parent
025a829082
commit
cc06c8f388
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
if
__name__
==
'
__main__
'
:
app
.
run
(
)
app
.
run
(
'
0.0.0.0
'
,
8080
)
Write
Preview
Loading…
Cancel
Save