mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Merge branch 'main' into production
This commit is contained in:
commit
52905a3668
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ def broadcast_task(sender_id, activity, recipients):
|
|||
for recipient in recipients:
|
||||
try:
|
||||
sign_and_send(sender, activity, recipient)
|
||||
except (HTTPError, SSLError, ConnectionError):
|
||||
except (HTTPError, SSLError, requests.exceptions.ConnectionError):
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue