This website works better with JavaScript.
Home
Help
Sign In
varia
/
xppl
Watch
14
Star
0
Fork
0
Code
Issues
6
Pull Requests
Releases
Activity
Varia library working group XPPL.
https://gitea.xpub.nl/XPUB/XPPL
self-hosting
library
pirate
xpub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
185
Commits
3
Branches
0
Tags
17 MiB
Tree:
416dfc2cef
add-change-log
ansible-setup-and-deploy
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '416dfc2cef'
${ noResults }
xppl
/
run.py
4 lines
77 B
Raw
Normal View
History
Let's use the name of the app for the app.
6 years ago
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.
6 years ago
socketio
.
run
(
app
,
host
=
'
0.0.0.0
'
,
port
=
8080
)