Commit 420781d7 authored by 张彦钊's avatar 张彦钊

add print

parent 72eb813f
import os
def check():
out=os.popen("ps aux | grep diaryQueueUpdate.py").read()
flag = False
......@@ -13,5 +14,6 @@ def check():
if __name__ == "__main__":
if 1:
os.popen('python diaryQueueUpdate.py')
print(2)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment