Answer the question
In order to leave comments, you need to log in
Async or am I missing something?
There are 2 functions:
```
def get_sms():
time.sleep(100)
return token
def start(token=None):
return result
start(*args ,token=get_sms())
```
# client.start(phone=phone, force_sms=True, code_callback=receive_sms, first_name='Вася', last_name='Пупкин')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question