From 2bacf24aadabe7df8d5f3d9bbd2c74f8369430cc Mon Sep 17 00:00:00 2001 From: kbe Date: Mon, 21 Jul 2025 02:01:33 +0200 Subject: [PATCH] fix: git commit ammend --- tools/test_telegram_notifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test_telegram_notifier.py b/tools/test_telegram_notifier.py index 724f93c..4f99774 100755 --- a/tools/test_telegram_notifier.py +++ b/tools/test_telegram_notifier.py @@ -25,8 +25,8 @@ def main(): """ # Get Telegram credentials from environment variables telegram_credentials = { - 'token': os.getenv('TELEGRAM_TOKEN'), - 'chat_id': os.getenv('TELEGRAM_CHAT_ID') + "token": os.getenv("TELEGRAM_TOKEN"), + "chat_id": os.getenv("TELEGRAM_CHAT_ID") } # Create a SessionNotifier instance with only Telegram enabled