fix mobile number

master
vuko 2020-11-03 13:49:12 +01:00
parent 79dac3aa1a
commit 18f1932282
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def normalize_mobile(mobile):
pass
else:
raise ValueError("invalid moble: {mobile}")
return mobile
class HsLdap:
def __init__(self, uid, password):