Add ussd user import script stub

This commit is contained in:
nolash
2021-04-07 11:27:54 +02:00
parent a77069733f
commit bfa5f3cbaf
3 changed files with 227 additions and 2 deletions

View File

@@ -174,6 +174,7 @@ def application(env, start_response):
# validate phone number
if not validate_phone_number(phone_number):
logg.error('invalid phone number {}'.format(phone_number))
start_response('400 Invalid phone number format', errors_headers)
return []