mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
verbose output stream support
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class Settings(object):
|
||||
_singleton = {}
|
||||
|
||||
# attributes with defaults
|
||||
__attrs__ = ('timeout',)
|
||||
__attrs__ = ('timeout', 'verbose')
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
super(Settings, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user