Skip to content

Commit

Permalink
⚡️ v2.8.2-1298 (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludy87 <[email protected]>
  • Loading branch information
Ludy87 authored Jun 8, 2023
1 parent a6ee774 commit 98e6d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You can Sign In with Phone Number or Email. If you enter your email, the telepho
| submitIncorrectLocationData(wuid: str, lat: str, lng: str, timestamp: str) | bool: |
| getAppVersion() | dict[str, any]: |
| checkEmailOrPhoneExist(type: UserContactType, email: str, countryCode: str, phoneNumber: str) | bool: | [2.2.2](https://github.com/Ludy87/pyxplora_api/releases/tag/2.2.2) |
| refresh_token(wuid: str, refresh_token: str) | str: | [2.8.0](https://github.com/Ludy87/pyxplora_api/releases/tag/2.8.0) |
| refresh_token(wuid: str, refresh_token: str) | str: | [2.8.0](https://github.com/Ludy87/pyxplora_api/releases/tag/2.8.2) |

---

Expand Down
2 changes: 1 addition & 1 deletion src/pyxplora_api/const_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "2.8.1"
VERSION = "2.8.2"
VERSION_APP = "1298"
1 change: 1 addition & 0 deletions src/pyxplora_api/pyxplora_api_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async def _login(self, force_login: bool = False, key=None, sec=None) -> Dict[st
retryCounter = 0
while not self._isConnected() and (retryCounter < self.maxRetries + 2):
retryCounter += 1
self._refresh_token = ""

# Try to login
try:
Expand Down

0 comments on commit 98e6d96

Please sign in to comment.