Skip to content

Commit 25ae35f

Browse files
authored
Update __init__.py device check
1 parent 08a40e7 commit 25ae35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codexctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def call_func(self, function: str, args: dict) -> None:
4949
args: What arguments to pass into the function
5050
"""
5151

52-
if "remarkable" not in self.device:
52+
if "reMarkable" not in self.device:
5353
remarkable_version = args.get("hardware")
5454
else:
5555
remarkable_version = self.device

0 commit comments

Comments
 (0)