调整时间

pull/109/head
Mr Chen 6 years ago
parent 216a857cc2
commit aa6a42d2ff
  1. 4
      task.py

@ -349,9 +349,9 @@ def check502Task():
while True: while True:
if os.path.exists(public.getRunDir()+'/data/502Task.pl'): if os.path.exists(public.getRunDir()+'/data/502Task.pl'):
check502(); check502();
time.sleep(10); time.sleep(30);
except: except:
time.sleep(10); time.sleep(30);
check502Task(); check502Task();
def check502(): def check502():

Loading…
Cancel
Save