예제 #1
0
파일: example.py 프로젝트: g1145442/test
def main():
	maker = URLMaker()
	urls = maker.urls(144250,145000)
	hacker = Hacker()
	with open("log.txt", "w") as a_file:
		hacker.set_file(a_file)
		hacker.set_urls(urls)
		hacker.hack()