This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
deadtom
/
XMPP_webhooks
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9c314788af
Rami (Branch)
Tag
master
XMPP_webhooks
/
wsgi.py
wsgi.py
102 B
Cronologia
Originale
1
2
3
4
5
6
import sys
import config
sys.path.insert(0, config.hooks_path)
from hooks import app as application