Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Nov 24, 2022
2 parents fda96e8 + 5ea0bc2 commit 1b53613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onlinesimru/GetNumbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get(
if number:
return {"number": _response['number'], "country": country, "service": service, "tzid": _response['tzid']}

return _response["tzid"]
return _response["tzid"] , _response["number"]

def state(
self,
Expand Down

0 comments on commit 1b53613

Please sign in to comment.