建模程序 多个定时程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
268 B

import time,os
if __name__ == '__main__':
#开启死循环
while True:
#检测当前打印 和 脚底板 和 gs 队列长度
os.system("python E:\\make2\\tools\\push_cmd.py auto_view")
#一个小时检测一次
time.sleep(60*60)