dict()ify inbox headers

This commit is contained in:
jesopo 2019-09-15 14:31:36 +01:00
parent ca68b27ccd
commit 4f1f65919d

View file

@ -53,5 +53,5 @@ class Inbox(object):
headers.append(["signature", signature])
return ap_utils.activity_request(self._url, activity.format(sender),
method="POST", headers=headers)
method="POST", headers=dict(headers))