소스 검색

忘写了一个break

Shellmiao 4 년 전
부모
커밋
609b97d6f2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -62,4 +62,5 @@ if __name__ == '__main__':
             date_end = date_str + '-' + str((i + 1) % 24)
         if not cookie:
             print('请在程序中填写cookie!')
+            break
         run_from_time_a_2_time_b(keyword, date_begin, date_end, proxy, cookie, user_agent)