This commit is contained in:
xyj 2024-03-05 11:34:23 +08:00
parent 9069783f8b
commit 77ca56ce31
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import subprocess
def job():
subprocess.Popen(['supervisorctl restart push_stream'], shell=True)
subprocess.Popen(['supervisorctl reload'], shell=True)
# 每半小时执行一次