Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import requests
|
2 |
import telebot
|
3 |
from requests_html import HTMLSession
|
@@ -38,3 +39,4 @@ def send_help(message):
|
|
38 |
bot.reply_to(message,"Can I help you?")
|
39 |
|
40 |
bot.infinity_polling()
|
|
|
|
1 |
+
"""
|
2 |
import requests
|
3 |
import telebot
|
4 |
from requests_html import HTMLSession
|
|
|
39 |
bot.reply_to(message,"Can I help you?")
|
40 |
|
41 |
bot.infinity_polling()
|
42 |
+
"""
|