Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
more dubugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zalun committed May 11, 2012
1 parent d7320da commit 5338a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/amo.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def _request(self, token, method, url, data={}, headers={}, **kw):
'multipart/form-data; boundary=%s' % boundary})
else:
data = urllib.urlencode(data)
log.debug("AMOOAUTH: Sending request %s" % strdata)
log.debug(("AMOOAUTH: Sending request url: %s, data: %s, method: %s"
) % (request.to_url(), strdata, method))
return client.request(request.to_url(), method=method,
headers=headers, body=data)

Expand Down

0 comments on commit 5338a28

Please sign in to comment.