This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
Ambient
/
wallpad-producer-dev
Vigiar
7
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
0769a853ff
Ramos
Etiquetas
master
wallpad-prod...
/
flask_app
/
wsgi.py
wsgi.py
97 B
Histórico
Em bruto
1
2
3
4
from app import server
if __name__ == "__main__":
server.run(host='0.0.0.0', port=9001)