Commit 1d246b32 authored by 高雅喆's avatar 高雅喆

Merge branch 'master' of git.wanmeizhensuo.com:ML/ffm-baseline

change get_yesterday_format
parents 876508a0 c93a356c
import os
def check():
out=os.popen("ps aux | grep diaryQueueUpdate.py").read()
flag = False
for line in out.splitlines():
if 'python diaryQueueUpdate.py' in line:
flag = True
return flag
if __name__ == "__main__":
print(8)
print(check())
print(900)
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