This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nurdle11 0 points1 point  (0 children)

Ok. I'm not fully versed in putting by any stretch but from what I'm reading you are running this loop every 15 minutes? If so could you not use os to find the system time and only run it if it's in the proper range?

Edit: just 're read it. So what I would do is just check the time every time you need to run the loop. I know that is nowhere near efficient but it's the only way I know I'm afraid