GramAddict / bot

Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.

Home Page:https://docs.gramaddict.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kill atx agent

David-Finkelstein opened this issue · comments

in this line we are calling wait_for_next_session function and the wait_for_next_session function responsible to kill the atx agent.

The issue is when the sleep(time_left.total_seconds()) is done there is no proccess that wakes up the atx agent.

I think it's enough to not kill the agent at all.. can you try?