You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in make_call.py, await pyrogram.idle() is never reached and the program runs forever. What I did as a kludge was to put sys.exit() in end of async def call_ended(call)
The text was updated successfully, but these errors were encountered:
pyrogram.idle() is meant to put the app in a state such that it only closes when a signal (i.e. Ctrl + C) is given. In order to change that behaviour you could use @StefanoGiu's answer
Hi, in make_call.py, await pyrogram.idle() is never reached and the program runs forever. What I did as a kludge was to put sys.exit() in end of async def call_ended(call)
The text was updated successfully, but these errors were encountered: