maxiaoshan 3 years ago
parent
commit
12ae25db30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/spider/spider.go

+ 1 - 0
src/spider/spider.go

@@ -685,6 +685,7 @@ func (s *Spider) DownloadHighDetail() {
 			}
 			//s.GetListDataDownloadDetail() //开始下一轮
 		} else {
+			logger.Info("Running Code:", s.Code, "Stop:", s.Stop)
 			break
 		}
 	}