終了処理にself忘れてた

This commit is contained in:
suti7yk5032 2024-08-09 11:30:03 +09:00
parent 16ea317730
commit c4b4718583

View file

@ -85,7 +85,7 @@ class App(customtkinter.CTk):
self.toast()
self.destroy()
def delete_appdata(**kwargs):
def delete_appdata(self, **kwargs):
process_name = kwargs["process_name"]
dir_path = kwargs["dir_path"]