Fix #1210: Enforce authentication when viewing remote channels, profiles and libraries

This commit is contained in:
Agate 2020-08-28 20:19:08 +02:00
parent b1ae13ab0a
commit 482647dab9
5 changed files with 16 additions and 2 deletions

View file

@ -429,7 +429,7 @@ def fetch(fetch_obj):
)
except Exception:
logger.exception(
"Error while fetching actor outbox: %s", obj.actor.outbox.url
"Error while fetching actor outbox: %s", obj.actor.outbox_url
)
else:
if result.get("next_page"):