DmitrMakeev commited on
Commit
a53f0db
·
verified ·
1 Parent(s): 88bee84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def bt_test():
123
 
124
  else:
125
  return 'No product name provided'
126
- return render_template('index.html')
127
 
128
  def send_to_telegram(product_name):
129
  bot_token = '7766407698:AAGZHEbUuiOri4_YzZ7hDPSD6U8MGMXXSnA'
 
123
 
124
  else:
125
  return 'No product name provided'
126
+ return render_template('bt_test.html')
127
 
128
  def send_to_telegram(product_name):
129
  bot_token = '7766407698:AAGZHEbUuiOri4_YzZ7hDPSD6U8MGMXXSnA'