mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 21:53:57 +02:00
fix: remove weird spacing in logs
This commit is contained in:
@@ -666,12 +666,14 @@ class AsyncAppleAccount(BaseAppleAccount):
|
||||
|
||||
if retry_counter > _max_retries:
|
||||
logger.warning(
|
||||
"Max retries reached, returning empty response. \
|
||||
Location reports might be missing!"
|
||||
"Max retries reached, returning empty response. "
|
||||
"Location reports might be missing!"
|
||||
)
|
||||
msg = (
|
||||
"Empty response received from Apple servers. "
|
||||
"This is most likely a bug on Apple's side."
|
||||
"More info: https://github.com/malmeloo/FindMy.py/issues/185"
|
||||
)
|
||||
msg = "Empty response received from Apple servers. \
|
||||
This is most likely a bug on Apple's side. \
|
||||
More info: https://github.com/malmeloo/FindMy.py/issues/185"
|
||||
raise EmptyResponseError(msg)
|
||||
|
||||
retry_time = 2 * retry_counter
|
||||
|
||||
Reference in New Issue
Block a user