Explorar o código

[update] 启动是刷新代理

j_hao %!s(int64=9) %!d(string=hai) anos
pai
achega
54cd82d0a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()