Skip to content

Commit

Permalink
Remove random input event
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinKuruvilla committed Jun 18, 2024
1 parent 01d8ac5 commit ac10005
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/keylogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ def windows_start_recording(self, account_number: int = None) -> None:
choice = windows_only_platform_menu()
continue
print(choice)
input("WAIT")
if choice == 0:

def on_press(key) -> None:
Expand Down

0 comments on commit ac10005

Please sign in to comment.