Advertisement
Guest User

Untitled

a guest
May 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. while True:
  2.  
  3.     try:
  4.  
  5.         bot.polling(none_stop=True)
  6.  
  7.     except Exception as e:
  8.  
  9.         logger.error(e)
  10.  
  11.         time.sleep(15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement