Fixed broken log

This commit is contained in:
Hemna 2025-04-24 09:38:15 -04:00
parent 646f99b9fe
commit 55b54b33e6

View File

@ -92,7 +92,7 @@ class TelegramChatPlugin(plugin.APRSDRegexCommandPluginBase):
self.enabled = True
# Do some checks here?
if not CONF.aprsd_telegram_plugin.apiKey:
LOG.error(f"Failed to find config telegram:apiKey {ex}")
LOG.error(f"Failed to find config telegram:apiKey")
self.enabled = False
return