From 55b54b33e6b105d453e54da1b659e36a3559c4f4 Mon Sep 17 00:00:00 2001 From: Hemna Date: Thu, 24 Apr 2025 09:38:15 -0400 Subject: [PATCH] Fixed broken log --- aprsd_telegram_plugin/telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd_telegram_plugin/telegram.py b/aprsd_telegram_plugin/telegram.py index ba973e7..b398e69 100644 --- a/aprsd_telegram_plugin/telegram.py +++ b/aprsd_telegram_plugin/telegram.py @@ -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