The branch, twofactorauth has been updated via b60599dc6cb45440fdced438873022d43942434f (commit) from 4ccf6c292b3576265e6947d689e8fd88dda387fc (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/registry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/registry.py b/x2go/registry.py index c2041df..f11c045 100644 --- a/x2go/registry.py +++ b/x2go/registry.py @@ -305,7 +305,7 @@ class X2goSessionRegistry(object): _now = time.time() _time_delta = _now - self._last_available_session_registration if _time_delta < 2: - self.logger('registration interval too shoort (%s), skipping automatic session registration...' % _timedelta, loglevel=log.loglevel_DEBUG) + self.logger('registration interval too short (%s), skipping automatic session registration...' % _timedelta, loglevel=log.loglevel_DEBUG) return self._last_available_session_registration = _now @@ -317,6 +317,7 @@ class X2goSessionRegistry(object): # any of the connected sessions is valuable for accessing the profile's control # session commands, so we simply take the first that comes in... _ctrl_session = self(_connected_sessions[0]) + if session_list is None: session_list = _ctrl_session.list_sessions() 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).