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:
9c314788af
Branches
Tags
master
XMPP_webhooks
/
wsgi.py
wsgi.py
102 B
History
Raw
1
2
3
4
5
6
import sys
import config
sys.path.insert(0, config.hooks_path)
from hooks import app as application