mirror of
https://github.com/hemna/aprsd-telegram-plugin.git
synced 2025-06-13 03:42:29 -04:00
Fixed broken log
This commit is contained in:
parent
646f99b9fe
commit
55b54b33e6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user