The branch, twofactorauth has been updated via 4de963ff56562f3fcb967ba2344d122e825aeb14 (commit) from b1c28c749e6d34ae51d5169e360ba4f3409d1d81 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2go/sshproxy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2go/sshproxy.py b/x2go/sshproxy.py index 4f66123..8252278 100644 --- a/x2go/sshproxy.py +++ b/x2go/sshproxy.py @@ -338,7 +338,7 @@ class X2goSSHProxy(paramiko.SSHClient, threading.Thread): Retrieve the local IP socket address this SSH proxying tunnel is (about to) bind/bound to. @return: local IP socket address - @rtype: C{int} + @rtype: C{str} """ return self.local_host @@ -357,8 +357,8 @@ class X2goSSHProxy(paramiko.SSHClient, threading.Thread): """\ Retrieve the remote IP socket address at the remote end of the SSH proxying tunnel. - @return: local IP socket address - @rtype: C{int} + @return: remote IP socket address + @rtype: C{str} """ return self.remote_host hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).