remove bullshit code
This commit is contained in:
13
bot.py
13
bot.py
@ -124,13 +124,6 @@ def on_chat(msg):
|
|||||||
|
|
||||||
MessageLoop(bot, on_chat).run_as_thread()
|
MessageLoop(bot, on_chat).run_as_thread()
|
||||||
print("Started! Service is available.")
|
print("Started! Service is available.")
|
||||||
|
while True:
|
||||||
# for debug
|
time.sleep(1)
|
||||||
def main():
|
bot.getMe()
|
||||||
pass
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main()
|
|
||||||
while True:
|
|
||||||
time.sleep(1)
|
|
||||||
bot.getMe()
|
|
Reference in New Issue
Block a user