mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-18 23:51:54 -05:00
Add missing return
This commit is contained in:
parent
f2891d2487
commit
b82c9cf462
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ class PusherPool:
|
||||||
pusherdict.get('pushkey'),
|
pusherdict.get('pushkey'),
|
||||||
e,
|
e,
|
||||||
)
|
)
|
||||||
|
return
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception("Couldn't start a pusher: caught Exception")
|
logger.exception("Couldn't start a pusher: caught Exception")
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue