I need the bot to not stop when polling() function is invoked. In the doc states that there is a param (block=False) that does the work but Python claims that param doen't exists as you can see in the code:
def polling(self, none_stop=False, interval=0, timeout=20):
I need the bot to not stop when polling() function is invoked. In the doc states that there is a param (block=False) that does the work but Python claims that param doen't exists as you can see in the code:
def polling(self, none_stop=False, interval=0, timeout=20):