You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can run the wssh project with python2 and gevent-1.0.2.When I use python3 to run it, I modify some bugs in gevent_websocket.
This is the complete traceback in the debug mode and I haven’t passing parameters to paramiko.SSHClient:
After I add parameters to SSHclient, it was broken in self.spawn(fun,args,*kwds).get():
The text was updated successfully, but these errors were encountered:
I can run the wssh project with python2 and gevent-1.0.2.When I use python3 to run it, I modify some bugs in gevent_websocket.
This is the complete traceback in the debug mode and I haven’t passing parameters to paramiko.SSHClient:
After I add parameters to SSHclient, it was broken in self.spawn(fun,args,*kwds).get():
The text was updated successfully, but these errors were encountered: