class Switchloop(Thread): def __init__(self): Thread.__init__(self) self.daemon = True self.start() def run(self):