dict()ify inbox headers
This commit is contained in:
parent
ca68b27ccd
commit
4f1f65919d
1 changed files with 1 additions and 1 deletions
|
@ -53,5 +53,5 @@ class Inbox(object):
|
||||||
headers.append(["signature", signature])
|
headers.append(["signature", signature])
|
||||||
|
|
||||||
return ap_utils.activity_request(self._url, activity.format(sender),
|
return ap_utils.activity_request(self._url, activity.format(sender),
|
||||||
method="POST", headers=headers)
|
method="POST", headers=dict(headers))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue