Skip to content

Commit

Permalink
Merge pull request #215 from siteshwar/fix-authentication
Browse files Browse the repository at this point in the history
Fix assignment of `single_request` variable
  • Loading branch information
rohanpm authored Aug 10, 2023
2 parents 5bffc00 + d6526e1 commit 2749e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobo/xmlrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def _single_request3(self, host, handler, request_body, verbose=False):
raise xmlrpclib.ProtocolError(host + handler, response.status, response.reason, response.msg)

# override the appropriate request method
single_request = _single_request3
single_request = _single_request3

def send_headers(self, connection, headers):
headers.extend(self._cookie_headers)
Expand Down

0 comments on commit 2749e31

Please sign in to comment.