mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fixed spelling of _sendfile
This commit is contained in:
parent
9d65513f33
commit
087647dc88
@ -17,7 +17,7 @@ try:
|
|||||||
from os import sendfile
|
from os import sendfile
|
||||||
except ImportError:
|
except ImportError:
|
||||||
try:
|
try:
|
||||||
from _senfile import sendfile
|
from _sendfile import sendfile
|
||||||
except ImportError:
|
except ImportError:
|
||||||
sendfile = None
|
sendfile = None
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user