def closeEvent(self, event): global config global running utils.json_exit_routine(SETTINGS_FILE, self.config) running = False
def closeEvent(self, event): global config global running if not boot_sequence: utils.json_exit_routine(json_file, config) running = False