Files
pyTorrent/wsgi.py
Mateusz Gruszczyński 31bba1269d gunicorn
2026-05-04 10:43:31 +02:00

5 lines
152 B
Python

from pytorrent import create_app
# Note: Gunicorn imports this object; background Socket.IO tasks still start through create_app().
app = create_app()