This commit is contained in:
Mateusz Gruszczyński
2026-05-06 08:50:40 +02:00
parent 890e3d1564
commit 1baf4a8495

View File

@@ -1,2 +1,3 @@
import gunicorn import gunicorn.http.wsgi
gunicorn.SERVER_SOFTWARE = "pyTorrent"
gunicorn.http.wsgi.SERVER = "pyTorrent"