added parent files
This commit is contained in:
10
_parent_files/run_bot.py
Normal file
10
_parent_files/run_bot.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user