Example #1
0
	def __init__(self, links_file, url):
		""""""
		self.config = shared.configuration
		self.links_file = links_file
		self.stop_flag = False
		self.buffer = []
		self.url = url
		Core.__init__(self)