added parent files

This commit is contained in:
andis
2017-09-26 12:08:52 +02:00
parent 4a935ee4a9
commit 56997fea1e
7 changed files with 193 additions and 0 deletions

10
_parent_files/run_bot.py Normal file
View 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)