This website requires JavaScript.
Explore
Help
Sign In
navan
/
Curie-Web
mirror of
https://github.com/navanchauhan/Curie-Web.git
Watch
1
Star
0
Fork
You've already forked Curie-Web
0
Code
Issues
Projects
Releases
Wiki
Activity
master
Curie-Web
/
run.py
4 lines
90 B
Python
Raw
Permalink
Blame
History
#! /usr/bin/env python
from
app
import
app
app
.
run
(
debug
=
True
,
host
=
"
0.0.0.0
"
,
port
=
8080
)
Reference in New Issue
View Git Blame
Copy Permalink