This website works better with JavaScript
Home
Explore
Help
Sign In
deadtom
/
XMPP_webhooks
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3127f574a6
Branches
Tags
master
XMPP_webhooks
/
wsgi.py
wsgi.py
87 B
History
Raw
1
2
3
4
5
import sys
sys.path.insert(0, "~/owncasthooks")
from hooks import app as application