Skip to content

Commit 9988ed3

Browse files
committed
fix: correct serial number reference in BlinkStick not found message
1 parent dae28b2 commit 9988ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def main():
304304
sticks = [find_by_serial(options.serial)]
305305

306306
if len(sticks) == 0:
307-
print("BlinkStick with serial number " + options.backend + " not found...")
307+
print("BlinkStick with serial number " + options.serial + " not found...")
308308
return 64
309309

310310
for stick in sticks:

0 commit comments

Comments
 (0)