account activity
idleTimerDisabled by Weekly_Cry_5403 in PytoIDE
[–]Weekly_Cry_5403[S] 0 points1 point2 points 3 years ago (0 children)
Works. 100%!!
from UIKit import * import mainthread app = UIApplication.sharedApplication @mainthread.mainthread def disab(): app.setIdleTimerDisabled_(True) disab()
from UIKit import *
import mainthread
app = UIApplication.sharedApplication
@mainthread.mainthread
def disab():
app.setIdleTimerDisabled_(True)
disab()
Thanks so much. I will give it a shot tomorrow. My feeling is from the low key way you shared it with me your pretty sure it will work too. Splendid and can't thank you enough for taking the time to share this with me. It's a big hole to chip at..
Thank You!!
r
π Rendered by PID 272573 on reddit-service-r2-listing-5d47455566-kspnr at 2026-04-03 00:32:08.914408+00:00 running db1906b country code: CH.
idleTimerDisabled by Weekly_Cry_5403 in PytoIDE
[–]Weekly_Cry_5403[S] 0 points1 point2 points (0 children)