mirror of
https://github.com/hemna/aprsd-telegram-plugin.git
synced 2026-06-01 21:44:39 -04:00
Fixed broken log
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user