Skip to content

Commit

Permalink
fix remarkable internal config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-genes authored and bordaigorl committed May 25, 2024
1 parent c254ab1 commit b6139a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmview/screenstream/screenshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def stop(self):
"""
def get_userid(self):
with self.ssh.open_sftp() as sftp:
with sftp.file('/etc/remarkable.conf') as f:
with sftp.file('/home/root/.config/remarkable/xochitl.conf') as f:
file_content = f.read().decode()

cfg = configparser.ConfigParser(strict=False)
Expand Down

0 comments on commit b6139a2

Please sign in to comment.