Skip to content

Commit

Permalink
Update cursor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
klattimer authored Dec 4, 2023
1 parent ef2f564 commit c4bf481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LGTV/cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def click(self):
def back(self):
self.send("type:button\nname:BACK\n\n")

def enter(self)
def enter(self):
self.remote.sendEnterKey()

0 comments on commit c4bf481

Please sign in to comment.