def on_closing(): if start_flag == False: if messagebox.askokcancel("Quit", "Do you want to quit??"): root.destroy() else: print("please stop gateway") ## Gateway Process