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(
|
logger.info(
|
||||||
"Bot's info for the locale %s has been updated",
|
"Bot's info for the locale %s has been updated",
|
||||||
self.default_locale,
|
self.code,
|
||||||
)
|
)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
|
Loading…
Reference in New Issue
Block a user