mirror of
https://github.com/Astatin3/oliver-keypad-thing.git
synced 2026-06-09 00:28:02 -06:00
Error
This commit is contained in:
@@ -55,7 +55,7 @@ def handle_button(pos:tuple):
|
||||
if button["pos"] != pos:
|
||||
continue
|
||||
|
||||
print(f", and ran AHK Script: {AHK_SCRIPTS_DIR}{button["script"]}", end="")
|
||||
print(f", and ran AHK Script: {AHK_SCRIPTS_DIR}{button['script']}", end="")
|
||||
run_ahk_script(button["script"])
|
||||
|
||||
print("\n", end="")
|
||||
|
||||
Reference in New Issue
Block a user