diff --git a/tests/example.py b/tests/example.py index 1a6fb0c1..2109bf74 100755 --- a/tests/example.py +++ b/tests/example.py @@ -20,9 +20,12 @@ async def demo(): # Be ready to authorize the application on the Freebox if you use this # example for the first time - # await fbx.open(host="[custom].freeboxos.fr", port=[https_port]) # Valid certificate - # await fbx.open(host="[api_domain].fbxos.fr", port=[https_port]) # Invalid, self signed, certificate - await fbx.open(host="mafreebox.freebox.fr", port=443) # Invalid, self signed, certificate + # Valid certificate + # await fbx.open(host="[custom].freeboxos.fr", port=[https_port]) + # Invalid, self signed, certificate + # await fbx.open(host="[api_domain].fbxos.fr", port=[https_port]) + # Invalid, self signed, certificate + await fbx.open(host="mafreebox.freebox.fr", port=443) print("\n" * 2) print("=" * 50)