wangkun 2 anni fa
parent
commit
cb69073153
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)