0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 20:19:03 +02:00

Add missing return

This commit is contained in:
Erik Johnston 2019-02-22 15:27:40 +00:00
parent f2891d2487
commit b82c9cf462

View file

@ -231,6 +231,7 @@ class PusherPool:
pusherdict.get('pushkey'),
e,
)
return
except Exception:
logger.exception("Couldn't start a pusher: caught Exception")
return