historical/toontown-classic.git/panda/python/Tools/webchecker/wcmac.py

8 lines
194 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
import webchecker, sys
webchecker.DEFROOT = "http://www.python.org/python/"
webchecker.MAXPAGE = 50000
webchecker.verbose = 2
sys.argv.append('-x')
webchecker.main()
raw_input("\nCR to exit: ")