Skip to content

Commit

Permalink
Update examples/yaos_millionaires/client/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Manuthor <[email protected]>
  • Loading branch information
grydz and Manuthor authored Dec 11, 2024
1 parent 966f5cb commit 7160570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/yaos_millionaires/client/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def verify(url: str, pccs_url: Optional[str] = None) -> tuple[Path, bytes, bytes
quote: Quote = ratls_verify_from_url(url)

if pccs_url:
_ = verify_quote(quote, None, pccs_url)
verify_quote(quote, None, pccs_url)
else: # try Azure Cloud
maa_result: Dict[str, Any] = azure_verify_quote(quote)
logging.debug("Microsoft Azure Attestation response: %s", maa_result)
Expand Down

0 comments on commit 7160570

Please sign in to comment.