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)