From bca9a113fc0871b77c3c3ea11ee047c3569d4bfd Mon Sep 17 00:00:00 2001 From: fluffy Date: Wed, 25 Dec 2024 04:17:52 -0800 Subject: [PATCH] Hack to try to get butler login to work from GUI Fixes #123 I hope? --- bandcrash/gui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandcrash/gui/__init__.py b/bandcrash/gui/__init__.py index b1ceb87..945ccfc 100644 --- a/bandcrash/gui/__init__.py +++ b/bandcrash/gui/__init__.py @@ -177,7 +177,7 @@ def reset_defaults(self): def connect_butler(self): """ Connect to butler """ - connection = subprocess.run([self.butler_path.text(), 'login'], + connection = subprocess.run([self.butler_path.text(), 'login', '--assume-yes'], capture_output=True, check=False, creationflags=getattr(