Esempio n. 1
0
	def __init__(self,conf):
		threading.Thread.__init__(self)
		self.conf = conf
		submit_conf = self.conf.getSection("SUBMIT_BOT")
		self.webserver = SubmitWebserver(submit_conf.port,self.conf)