mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add missing return
This commit is contained in:
parent
f2891d2487
commit
b82c9cf462
@ -231,6 +231,7 @@ class PusherPool:
|
||||
pusherdict.get('pushkey'),
|
||||
e,
|
||||
)
|
||||
return
|
||||
except Exception:
|
||||
logger.exception("Couldn't start a pusher: caught Exception")
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user