How would you go about a having a function check something every ten minutes?
I would like to check a directory for new files every ten minutes. I know python has a time library but can it be used for this?
How would you go about a having a function check something every ten minutes?
Share
The sched module is worth a look.