Skip to content

Commit fd542ce

Browse files
author
Barkholenka Raman
committed
debug argument for get_oauth_client
1 parent 2685256 commit fd542ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyadmitad/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def get_oauth_client_client(
2121
auth['access_token'], user_agent=user_agent, debug=debug)
2222

2323

24-
def get_oauth_client(access_token, user_agent=None):
25-
return get_authorizing_client(access_token, user_agent=user_agent)
24+
def get_oauth_client(access_token, user_agent=None, debug=False):
25+
return get_authorizing_client(access_token, user_agent=user_agent, debug=debug)

0 commit comments

Comments
 (0)