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 22c2921 commit f51c1aeCopy full SHA for f51c1ae
onlinesimru/GetNumbers.py
@@ -30,7 +30,7 @@ def get(
30
if number:
31
return {"number": _response['number'], "country": country, "service": service, "tzid": _response['tzid']}
32
33
- return _response["tzid"]
+ return _response["tzid"] , _response["number"]
34
35
def state(
36
self,
0 commit comments