typo in exception
This commit is contained in:
parent
b8e1d29a1b
commit
4c7cef570f
@ -222,7 +222,7 @@ class ExternalMessageConsumer:
|
|||||||
|
|
||||||
except (
|
except (
|
||||||
websockets.exceptions.ConnectionClosedError,
|
websockets.exceptions.ConnectionClosedError,
|
||||||
websockets.exceptions.ConnectionClosedOk
|
websockets.exceptions.ConnectionClosedOK
|
||||||
):
|
):
|
||||||
# Just keep trying to connect again indefinitely
|
# Just keep trying to connect again indefinitely
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user