Your Name 3 年之前
父節點
當前提交
0937aed1b1
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      monitor/hhh_404_manager.py

+ 6 - 0
monitor/hhh_404_manager.py

@@ -3,6 +3,9 @@ import time
 import requests
 import sys
 import dataset
+import os
+fname=os.path.abspath(__file__)
+fname=fname.replace('hhh_404_manager.py','hhh_404.py')
 
 
 db = dataset.connect('mysql://hhh7796hhh:lYmWsu^ujcA1@hhh-v57.cmab1ctkglka.ap-northeast-2.rds.amazonaws.com:3306/xoops?charset=utf8mb4')
@@ -10,4 +13,7 @@ db = dataset.connect('mysql://hhh7796hhh:lYmWsu^ujcA1@hhh-v57.cmab1ctkglka.ap-no
 cursor=db.query('SELECT hcolumn_id FROM xoops._hcolumn where onoff>0 order by rand()  limit 1;')
 for c in cursor:
     print(c['hcolumn_id'])
+    os.system('python3 hhh_404.py https://hhh.com.tw/columns/detail/'+c['hcolumn_id']+'/')
+
+