This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
5okin
/
45517_IoT_LabFinal
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6
Commits
1
Branch
0
Tags
2.0 MiB
Python
94%
HTML
4.3%
Dockerfile
1.7%
Tree:
3535dfbcb8
45517_IoT_LabFinal
/
server
/
run_server.py
4 lines
66 B
Raw
Blame
History
from
app
import
app
app
.
run
(
host
=
'
0.0.0.0
'
,
port
=
80
,
debug
=
True
)
Reference in new issue