mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
parent
b8c5c537f8
commit
1a1c9572ef
@ -130,6 +130,9 @@ class LazyWriter(object):
|
||||
def isatty(self):
|
||||
return bool(self.fileobj and self.fileobj.isatty())
|
||||
|
||||
def fileno():
|
||||
return self.fileobj.fileno()
|
||||
|
||||
|
||||
class SafeAtoms(dict):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user