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.
2 parents fda96e8 + 5ea0bc2 commit 1b53613Copy full SHA for 1b53613
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