Skip to content

Commit

Permalink
cleaned up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed May 30, 2021
1 parent dc5d623 commit 158726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pc_software/autogui.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def parse_combo(combo_line, action_type):
autogui_args.append(autogui_map[item])
else:
autogui_args.append(item.lower())
print(autogui_args, action_type)
# print(autogui_args, action_type)
if action_type == ACTION_PRESS_RELEASE:
pyautogui.hotkey(*autogui_args, interval=default_char_delay_ms/1000)
if action_type == ACTION_PRESS_ONLY:
Expand Down

0 comments on commit 158726d

Please sign in to comment.