Prechádzať zdrojové kódy

Merge branch 'master' of https://github.com/jhao104/proxy_pool into dev_#11

Tornado 9 rokov pred
rodič
commit
f474f142ed
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Schedule/ProxyRefreshSchedule.py

+ 1 - 1
Schedule/ProxyRefreshSchedule.py

@@ -94,7 +94,7 @@ print '{time}: refresh complete!'.format(time=time.ctime())
 if __name__ == '__main__':
     # pp = ProxyRefreshSchedule()
     # pp.main()
-    # main()
+    main()
     sched = BlockingScheduler()
     sched.add_job(main, 'interval', seconds=2)
     sched.start()