This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
deadtom
/
XMPP_webhooks
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9c314788af
Branches
Tags
master
XMPP_webhooks
/
wsgi.py
wsgi.py
102 B
Historique
Raw
1
2
3
4
5
6
import sys
import config
sys.path.insert(0, config.hooks_path)
from hooks import app as application