Skip to content

Commit b89826d

Browse files
committed
typo
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent c8d2e47 commit b89826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/qmk_hid/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def update_type(t):
176176
print("More than 1 USB device with VID 32AC PID {:04X} found. Aborting".format(pid))
177177
break
178178

179-
print("Found USB device with VID 32AC PID {:04X} found".format(pid))
179+
print("Found USB device with VID 32AC PID {:04X}".format(pid))
180180
print("Flashing firmware")
181181
flash_firmware(filtered_devs[0], firmware_path)
182182

0 commit comments

Comments
 (0)