def do_shutdown(self): logger.info("Exit aniwall application") if self.mainwin is not None: self.mainwin.save_gui_state() Gtk.Application.do_shutdown(self) # noinspection PyMethodMayBeStatic