mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
better yield
This commit is contained in:
@@ -125,10 +125,8 @@ class SessionMixin(object):
|
||||
cert=cert
|
||||
)
|
||||
|
||||
yield resp
|
||||
i += 1
|
||||
|
||||
|
||||
yield resp
|
||||
|
||||
|
||||
class Session(SessionMixin):
|
||||
|
||||
Reference in New Issue
Block a user