fix: git commit ammend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user