Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Commit e1c8dba

Browse files
authored
Merge pull request #155 from saeedesfandi/use-input-session
use input session for get default transports
2 parents c471247 + c4000c2 commit e1c8dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreapi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __init__(self, decoders=None, transports=None, auth=None, session=None):
105105
if decoders is None:
106106
decoders = get_default_decoders()
107107
if transports is None:
108-
transports = get_default_transports(auth=auth)
108+
transports = get_default_transports(auth=auth, session=session)
109109
self._decoders = itypes.List(decoders)
110110
self._transports = itypes.List(transports)
111111

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy