Skip to content

Commit

Permalink
fix broken reference to ssh (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
benthor authored Nov 30, 2021
1 parent bb2c768 commit 34670b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmview/screenstream/vnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def needsDependencies(self):
def installDependencies(self):
sftp = self.ssh.open_sftp()
from stat import S_IXUSR
fo = QFile(':bin/rM%d-vnc-server-standalone' % ssh.deviceVersion)
fo = QFile(':bin/rM%d-vnc-server-standalone' % self.ssh.deviceVersion)
fo.open(QIODevice.ReadOnly)
sftp.putfo(fo, 'rM-vnc-server-standalone')
fo.close()
Expand Down

0 comments on commit 34670b6

Please sign in to comment.