fix: git commit ammend

This commit is contained in:
kbe
2025-07-21 02:01:33 +02:00
parent 8bd692ff61
commit 2bacf24aad

View File

@@ -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