11 lines
157 B
Python
11 lines
157 B
Python
from src.bot import bot
|
|
import gevent
|
|
import time
|
|
|
|
#bot.message_loop(run_forever="Listening to Telegram")
|
|
|
|
bot.message_loop()
|
|
|
|
#while 1:
|
|
# time.sleep(10)
|