]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Oct 2018 11:37:02 +0000 (12:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Oct 2018 11:37:02 +0000 (12:37 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/accounts.py

index 1b06d6628502e1f3d65c61f2fe2ba2435911c9ed..b4d2d1c67b5edb524be953cd97e462b91af397b7 100644 (file)
@@ -229,7 +229,7 @@ class Account(Object):
 
        @property
        def first_name(self):
-               return self._get_first_attribute("givenName").decode(9)
+               return self._get_first_attribute("givenName").decode()
 
        @lazy_property
        def groups(self):