Skip to content

Commit

Permalink
Update ssh_terminal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 7, 2024
1 parent 6b60315 commit 6d9d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/core/ssh_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def connectBySocket(self, sid):

def getSshInfo(self, file):
rdata = mw.readFile(file)
destr = mw.enDoubleCrypt('mdserver-web', rdata)
destr = mw.deDoubleCrypt('mdserver-web', rdata)
return json.loads(destr)

def setAttr(self, sid, info):
Expand Down

0 comments on commit 6d9d502

Please sign in to comment.