Skip to content

Commit

Permalink
Missing quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored Apr 25, 2024
1 parent c713f5a commit 980b943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinkpy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def request_verify(auth, blink, verify_key):
"""Send verification key to blink servers."""
url = (
f"{blink.urls.base_url}/api/v5/accounts/{blink.account_id}"
f"/users/{blink.auth.user_id}
f"/users/{blink.auth.user_id}"
f"/clients/{blink.client_id}/client_verification/pin/verify"
)
data = dumps({"pin": verify_key})
Expand Down

0 comments on commit 980b943

Please sign in to comment.