wsgi.py 87 B

12345
  1. import sys
  2. sys.path.insert(0, "~/owncasthooks")
  3. from hooks import app as application