def run(self): while self.notResponding(): print('Did not respond') print('Responded') webbrowser.open_new('http://127.0.0.1:8888/')