This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
deadtom
/
XMPP_webhooks
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
9c314788af
Branches
Tags
master
XMPP_webhooks
/
wsgi.py
wsgi.py
102 B
Verlauf
Originalformat
1
2
3
4
5
6
import sys
import config
sys.path.insert(0, config.hooks_path)
from hooks import app as application