소스 검색

[update] 启动是刷新代理

j_hao 9 년 전
부모
커밋
54cd82d0a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Schedule/ProxyRefreshSchedule.py

+ 1 - 1
Schedule/ProxyRefreshSchedule.py

@@ -68,7 +68,7 @@ def main(process_num=100):
 if __name__ == '__main__':
     # pp = ProxyRefreshSchedule()
     # pp.main()
-    # main()
+    main()
     sched = BlockingScheduler()
     sched.add_job(main, 'interval', minutes=20)
     sched.start()