From f6821e6750ce344dc9fdf0e019afb873d6331107 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Mar 2026 10:08:50 -0400 Subject: [PATCH] Update transmit.py missing tab --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 65d30bd0..a1ac0991 100644 --- a/transmit.py +++ b/transmit.py @@ -41,7 +41,7 @@ def setup(pin, config): command = "gpio -g mode " + str(pin) + " " + config system(command) print(command) -else: + else: print(f"Unknown gpio setup configuration: {config}") def blink(times):