This website requires JavaScript.
Explore
Help
Sign In
varia
/
xppl
Watch
14
Star
0
Fork
0
You've already forked xppl
Code
Issues
6
Pull Requests
Releases
Activity
d9d00aab93
xppl
/
run.py
4 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
Let's use the name of the app for the app.
2018-11-17 20:05:15 +01:00
from
xppl
import
app
,
socketio
Remove all the chaotic non-essential files. They'll come back once I start to figure out where things go but for now, I just want to get a minimial setup without all this noise.
2018-11-17 20:04:29 +01:00
socketio
.
run
(
app
,
host
=
'
0.0.0.0
'
,
port
=
8080
)
Reference in New Issue
Copy Permalink