DmitrMakeev commited on
Commit
b287469
·
verified ·
1 Parent(s): 127f786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ app.config['DEBUG'] = True
98
 
99
 
100
  # Получаем токен Telegram-бота
101
- TELEGRAM_BOT_TOKEN = os.getenv("7766407698:AAGZHEbUuiOri4_YzZ7hDPSD6U8MGMXXSnA")
102
 
103
 
104
  def send_message(chat_id, text):
 
98
 
99
 
100
  # Получаем токен Telegram-бота
101
+ TELEGRAM_BOT_TOKEN = "7766407698:AAGZHEbUuiOri4_YzZ7hDPSD6U8MGMXXSnA"
102
 
103
 
104
  def send_message(chat_id, text):