Python Scheduler Clarification

前端 未结 0 1124
没有蜡笔的小新
没有蜡笔的小新 2021-01-17 23:49

import schedule import time from os import system

def job(): system(‘file.py\')

schedule.every(2).minutes.do(job)
while True: schedule.run_pending() time

相关标签:
回答
  • 消灭零回复
提交回复
热议问题