wangkun 2 년 전
부모
커밋
cb69073153
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/run_shipinhao_recommend.py

+ 1 - 1
main/run_shipinhao_recommend.py

@@ -15,7 +15,7 @@ from main.shipinhao_recommend import Recommend
 class Main:
     @staticmethod
     def main():
-        for i in range(2):
+        while True:
             Recommend.start_wechat('recommend')
             Common.del_logs('recommend')
             time.sleep(5)