1
0
mirror of https://github.com/hemna/aprsd-telegram-plugin.git synced 2025-07-07 19:45:20 -04:00

Fixed broken log

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

@ -92,7 +92,7 @@ class TelegramChatPlugin(plugin.APRSDRegexCommandPluginBase):
self.enabled = True self.enabled = True
# Do some checks here? # Do some checks here?
if not CONF.aprsd_telegram_plugin.apiKey: 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 self.enabled = False
return return