Browse Source

add xigua_search

wangkun 1 year ago
parent
commit
3f0be9efda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/process.sh

+ 1 - 1
main/process.sh

@@ -190,7 +190,7 @@ else
 fi
 
 # 西瓜搜索爬虫策略
-if [[ "$time" > "00:00:00" ]] && [[ "$time" < "20:10:00" ]]; then
+if [[ "$time" > "00:00:00" ]] && [[ "$time" < "00:10:00" ]]; then
   echo "$(date "+%Y-%m-%d %H:%M:%S") 正在监测 西瓜搜索爬虫策略 进程状态" >> ${log_path}
   ps -ef | grep "run_xigua_search_new" | grep -v "grep"
   if [ "$?" -eq 1 ];then