Skip to content

Commit

Permalink
Update base_activity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phildini authored Mar 1, 2024
1 parent 9c3069f commit b9bd7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookwyrm/activitypub/base_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b9bd7af

Please sign in to comment.