typo in exception

This commit is contained in:
Timothy Pogue 2022-09-23 12:58:26 -06:00
parent b8e1d29a1b
commit 4c7cef570f
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class ExternalMessageConsumer:
except (
websockets.exceptions.ConnectionClosedError,
websockets.exceptions.ConnectionClosedOk
websockets.exceptions.ConnectionClosedOK
):
# Just keep trying to connect again indefinitely
continue