ReconMadeIt commited on
Commit
5c6350a
·
verified ·
1 Parent(s): 15df3b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def tts_chechen_logic(text):
24
  return sampling_rate, audio_data, file_path
25
 
26
  # --- БЛОК TELEGRAM БОТА ---
27
- TG_TOKEN = "8287698372:AAHjHaJVy_DajLqQhs08rNHn_22H--AUopQ"
28
 
29
  async def handle_tg_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
30
  if not update.message or not update.message.text:
 
24
  return sampling_rate, audio_data, file_path
25
 
26
  # --- БЛОК TELEGRAM БОТА ---
27
+ TG_TOKEN = "8287698372:AAEwoOWgQWHbeyDmJdN0B-OpKpy7-TARHMg"
28
 
29
  async def handle_tg_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
30
  if not update.message or not update.message.text: