it is now not giving a shit
This commit is contained in:
parent
7da4e86e73
commit
c16f2d6bc6
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class PostFetcher:
|
||||||
else:
|
else:
|
||||||
outbox_url = profile['outbox']
|
outbox_url = profile['outbox']
|
||||||
|
|
||||||
async with self._http.get(outbox_url) as resp: outbox = await resp.json(content_type=All)
|
async with self._http.get(outbox_url) as resp: outbox = await resp.json(content_type=None)
|
||||||
assert outbox['type'] == 'OrderedCollection'
|
assert outbox['type'] == 'OrderedCollection'
|
||||||
return outbox
|
return outbox
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue