← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #189743]: how do i get my script to repeat

 

Question #189743 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189743

    Status: Open => Answered

RaiMan proposed the following answer:
general information on looping/repeating: faq 1437

*** your special challenge

waitTime = 45 * 60.0 # time in seconds
while True:
    # here goes your current stuff
    wait(waitTime)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.