Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Soldrion <78869992+Soldrion@users.noreply.github.com>
  • Loading branch information
Soldrion authored Feb 28, 2024
1 parent 2db6151 commit ce1bd38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ def input_handler(e):
command = command[:-1]
if e.key == "Enter":
cmd_processor(command)
command = command[:command]

command = command[:-9999]


# Control, Shift, CapsLock, Tab, `, Escape, Backspace, Enter, Alt
Expand Down

0 comments on commit ce1bd38

Please sign in to comment.