Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jhao104/proxy_pool into d…
Browse files Browse the repository at this point in the history
…ev_#11
  • Loading branch information
Tornado committed Feb 20, 2017
2 parents 264f04a + 54cd82d commit f474f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Schedule/ProxyRefreshSchedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main(process_num=100):
if __name__ == '__main__':
# pp = ProxyRefreshSchedule()
# pp.main()
# main()
main()
sched = BlockingScheduler()
sched.add_job(main, 'interval', seconds=2)
sched.start()

0 comments on commit f474f14

Please sign in to comment.