mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 19:53:53 +02:00
Merge pull request #218 from lanrat/increase_retrys
increase account retrys to help with older airtags initial sync
This commit is contained in:
@@ -652,7 +652,7 @@ class AsyncAppleAccount(BaseAppleAccount):
|
||||
# Symptom: HTTP 200 but empty response
|
||||
# Remove when real issue fixed
|
||||
retry_counter = 1
|
||||
_max_retries = 5
|
||||
_max_retries = 20
|
||||
while True:
|
||||
resp = await self._http.post(
|
||||
self._ENDPOINT_REPORTS_FETCH,
|
||||
|
||||
Reference in New Issue
Block a user