mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-06 22:03:57 +00:00
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