From d448a7797349444f544ca4eb142af4761876a456 Mon Sep 17 00:00:00 2001 From: Token2 <6784409+token2@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:32:27 +0100 Subject: [PATCH] Fix indentation for PIN check in gui1.py --- gui1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui1.py b/gui1.py index 9e6f536..80235b8 100644 --- a/gui1.py +++ b/gui1.py @@ -168,7 +168,7 @@ def on_device_selected(event): device_digit = match.group(1) # Prompt for PIN get_pin() - if PIN is not None: + if PIN is not None: if execute_info_command(device_digit): check_passkeys_button_state() check_changepin_button_state()