root 2 年 前
コミット
0acc06e073
1 ファイル変更1 行追加3 行削除
  1. 1 3
      monitor/run_sheet_hhh.py

+ 1 - 3
monitor/run_sheet_hhh.py

@@ -50,15 +50,13 @@ class JParams(object):
     def get(self, port=9222):
         while True:
             try:
-                os.system('docker container restart tiny4')
                 os.system('docker container restart tiny5')
                 time.sleep(1)
-                run_once(9925, 'tiny4')
                 run_once(9926, 'tiny5')
                 time.sleep(20)
                 break
             except:
-                os.system('docker container restart tiny4')
+                os.system('docker container restart tiny5')
                 time.sleep(15)