Просмотр исходного кода

[update] 启动是刷新代理

j_hao 9 лет назад
Родитель
Сommit
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__':
 if __name__ == '__main__':
     # pp = ProxyRefreshSchedule()
     # pp = ProxyRefreshSchedule()
     # pp.main()
     # pp.main()
-    # main()
+    main()
     sched = BlockingScheduler()
     sched = BlockingScheduler()
     sched.add_job(main, 'interval', minutes=20)
     sched.add_job(main, 'interval', minutes=20)
     sched.start()
     sched.start()