Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Nov 24, 2022
1 parent 1b53613 commit 7bcbd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"] , _response["number"]
return _response["tzid"]

def state(
self,
Expand Down
2 changes: 1 addition & 1 deletion onlinesimru/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.18"
__version__ = "1.0.19"

0 comments on commit 7bcbd1f

Please sign in to comment.