From c4b47185839fbc712ef9c0c751643f808a48402d Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Fri, 9 Aug 2024 11:30:03 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B5=82=E4=BA=86=E5=87=A6=E7=90=86=E3=81=ABse?= =?UTF-8?q?lf=E5=BF=98=E3=82=8C=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker_client.py b/dislocker_client.py index 1f0353e..6c10b72 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -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"]