From 18f193228219d974c866042b36c2efd24d7631ed Mon Sep 17 00:00:00 2001 From: vuko Date: Tue, 3 Nov 2020 13:49:12 +0100 Subject: [PATCH] fix mobile number --- hsldap2vcard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsldap2vcard/__init__.py b/hsldap2vcard/__init__.py index 6701a4f..8d3318e 100644 --- a/hsldap2vcard/__init__.py +++ b/hsldap2vcard/__init__.py @@ -20,7 +20,7 @@ def normalize_mobile(mobile): pass else: raise ValueError("invalid moble: {mobile}") - + return mobile class HsLdap: def __init__(self, uid, password):