From b9bd7af154a0ab622156d47e2c04028d83aaba0b Mon Sep 17 00:00:00 2001 From: Philip James Date: Thu, 29 Feb 2024 19:45:15 -0800 Subject: [PATCH] Update base_activity.py --- bookwyrm/activitypub/base_activity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/activitypub/base_activity.py b/bookwyrm/activitypub/base_activity.py index ee80fcb5d1..efc9d8da2f 100644 --- a/bookwyrm/activitypub/base_activity.py +++ b/bookwyrm/activitypub/base_activity.py @@ -424,6 +424,7 @@ def get_activitypub_data(url): "Date": now, "Signature": make_signature("get", sender, url, now), }, + timeout=15, ) except requests.RequestException: raise ConnectorException()