This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Ambient
/
wallpad-producer-dev
Watch
7
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
0769a853ff
Branches
Tags
master
wallpad-prod...
/
flask_app
/
wsgi.py
wsgi.py
97 B
History
Raw
1
2
3
4
from app import server
if __name__ == "__main__":
server.run(host='0.0.0.0', port=9001)