This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Ambient
/
wallpad-producer-dev
Segui
7
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
0769a853ff
Rami (Branch)
Tag
master
wallpad-prod...
/
flask_app
/
wsgi.py
wsgi.py
97 B
Cronologia
Originale
1
2
3
4
from app import server
if __name__ == "__main__":
server.run(host='0.0.0.0', port=9001)