Skip to content

Commit

Permalink
Merge pull request #590 from midoks/dev
Browse files Browse the repository at this point in the history
webssh 优化
  • Loading branch information
midoks authored Jun 7, 2024
2 parents fbe9937 + 6d9d502 commit b6b7fa1
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 b6b7fa1

Please sign in to comment.