fix: git commit ammend
This commit is contained in:
@@ -25,8 +25,8 @@ def main():
|
|||||||
"""
|
"""
|
||||||
# Get Telegram credentials from environment variables
|
# Get Telegram credentials from environment variables
|
||||||
telegram_credentials = {
|
telegram_credentials = {
|
||||||
'token': os.getenv('TELEGRAM_TOKEN'),
|
"token": os.getenv("TELEGRAM_TOKEN"),
|
||||||
'chat_id': os.getenv('TELEGRAM_CHAT_ID')
|
"chat_id": os.getenv("TELEGRAM_CHAT_ID")
|
||||||
}
|
}
|
||||||
|
|
||||||
# Create a SessionNotifier instance with only Telegram enabled
|
# Create a SessionNotifier instance with only Telegram enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user