Fixed wrong variable being used in PyroClient.start()
This commit is contained in:
parent
fc14cad3ff
commit
20cc754a2a
@ -178,7 +178,7 @@ class PyroClient(Client):
|
||||
)
|
||||
logger.info(
|
||||
"Bot's info for the locale %s has been updated",
|
||||
self.default_locale,
|
||||
self.code,
|
||||
)
|
||||
except KeyError:
|
||||
logger.warning(
|
||||
|
Loading…
Reference in New Issue
Block a user