This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
deadtom
/
XMPP_webhooks
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
2b9e090d18
Ramuri
Etichete
master
XMPP_webhooks
/
wsgi.py
wsgi.py
102 B
Istoric
Crud
1
2
3
4
5
6
import sys
import config
sys.path.insert(0, config.hooks_path)
from hooks import app as application