Fat Finger Typo Fix on url path

This commit is contained in:
SimplifiedPrivacy 2026-07-13 15:57:50 -04:00
parent 1722905e62
commit 9ebad2cc7b

View file

@ -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: