typo in exception
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user