We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e08281 commit fb0a423Copy full SHA for fb0a423
examples/lookup.py
@@ -39,6 +39,13 @@
39
print(' formats.national : %s' % lookup.formats.national)
40
print(' formats.rfc3966 : %s' % lookup.formats.rfc3966)
41
42
+ if lookup.hlr is not None:
43
+ print(' hlr.id : %s' % lookup.hlr.id)
44
+ print(' hlr.reference : %s' % lookup.hlr.reference)
45
+ print(' hlr.status : %s' % lookup.hlr.status)
46
+ print(' hlr.createdDatetime : %s' % lookup.hlr.createdDatetime)
47
+ print(' hlr.statusDatetime : %s' % lookup.hlr.statusDatetime)
48
+
49
except messagebird.client.ErrorException as e:
50
print('\nAn error occured while requesting a Lookup object:\n')
51
0 commit comments