Fixed wrong variable being used in PyroClient.start()

This commit is contained in:
Profitroll 2024-01-03 23:56:34 +01:00
parent fc14cad3ff
commit 20cc754a2a
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -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(