Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ def bt_test():
|
|
123 |
|
124 |
else:
|
125 |
return 'No product name provided'
|
126 |
-
return render_template('
|
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'
|