diff --git a/LGTV/cursor.py b/LGTV/cursor.py index 21cd077..69c3629 100644 --- a/LGTV/cursor.py +++ b/LGTV/cursor.py @@ -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()