diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 2c44506..8bc386d 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -1,2 +1,3 @@ -import gunicorn -gunicorn.SERVER_SOFTWARE = "pyTorrent" \ No newline at end of file +import gunicorn.http.wsgi + +gunicorn.http.wsgi.SERVER = "pyTorrent" \ No newline at end of file