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