mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 17:13:06 +00:00
Fix typos discovered by codespell
This commit is contained in:
@@ -191,7 +191,7 @@ class ClientProtocol:
|
||||
self.logger.info("Empty DataFrame")
|
||||
|
||||
async def _handle_default(self, name, type, data):
|
||||
self.logger.info("Unkown message of type {type} received...")
|
||||
self.logger.info("Unknown message of type {type} received...")
|
||||
self.logger.info(data)
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@ async def create_client(
|
||||
continue
|
||||
|
||||
except Exception as e:
|
||||
# An unforseen error has occurred, log and try reconnecting again
|
||||
# An unforeseen error has occurred, log and try reconnecting again
|
||||
logger.error("Unexpected error has occurred:")
|
||||
logger.exception(e)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user