Files
fachschaften/_parent_files/run_bot.py
2017-09-26 12:08:52 +02:00

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)