Fat Finger Typo Fix on url path
This commit is contained in:
parent
1722905e62
commit
9ebad2cc7b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ def send_unblinded_ticket_to_server(
|
|||
# send it:
|
||||
which_endpoint = "validate"
|
||||
url = make_url(which_endpoint)
|
||||
api_reply_object = send_data_to_server(payload, different_url, connection_observer)
|
||||
api_reply_object = send_data_to_server(payload, url, connection_observer)
|
||||
|
||||
# This is if the API failed, not if it's not a valid ticket:
|
||||
if not api_reply_object.valid:
|
||||
|
|
|
|||
Loading…
Reference in a new issue