終了処理にself忘れてた
This commit is contained in:
parent
16ea317730
commit
c4b4718583
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class App(customtkinter.CTk):
|
||||||
self.toast()
|
self.toast()
|
||||||
self.destroy()
|
self.destroy()
|
||||||
|
|
||||||
def delete_appdata(**kwargs):
|
def delete_appdata(self, **kwargs):
|
||||||
process_name = kwargs["process_name"]
|
process_name = kwargs["process_name"]
|
||||||
dir_path = kwargs["dir_path"]
|
dir_path = kwargs["dir_path"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue