From 5a199ae3fb218bcab296393131a484bbbb854c98 Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 14 Jul 2015 23:38:33 +0200 Subject: [PATCH] fix trailling space --- ldapcherry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldapcherry/__init__.py b/ldapcherry/__init__.py index 409281b..765ca5b 100644 --- a/ldapcherry/__init__.py +++ b/ldapcherry/__init__.py @@ -583,7 +583,7 @@ class LdapCherry(object): """ if self.auth_mode == 'none': return 'anonymous' - username = self._check_session() + username = self._check_session() if cherrypy.request.query_string == '': qs = ''