update
This commit is contained in:
parent
b8f06038fe
commit
1277fcc9f8
|
@ -7,6 +7,7 @@ def job():
|
|||
subprocess.Popen(['supervisorctl restart push_stream'], shell=True)
|
||||
|
||||
|
||||
|
||||
# 每半小时执行一次
|
||||
schedule.every(10).minutes.do(job)
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue