@@ -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)