8000 allow ignorable kwargs in get_auth_url · progressify/wp-api-python@51fcb5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 51fcb5f

Browse files
author
derwentx
committed
allow ignorable kwargs in get_auth_url
1 parent 80a993e commit 51fcb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def creds_store(self):
318318
if self._creds_store:
319319
return os.path.expanduser(self._creds_store)
320320

321-
def get_auth_url(self, endpoint_url, method):
321+
def get_auth_url(self, endpoint_url, method, **kwargs):
322322
"""
323323
Return the URL with OAuth params.
324324
"""

0 commit comments

Comments
 (0)
0