Skip to content

Commit 6c5ec3c

Browse files
fixed typo in http request
Co-authored-by: Benjamin Nussbaum <50522055+Benjamin-Nussbaum@users.noreply.github.com>
1 parent 717bb35 commit 6c5ec3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pqnstack/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def chsh(basis: tuple[float, float], other_node_address: str, http_client:
4848
for i in range(2):
4949
for perp in [False, True]:
5050
r = await http_client.get(
51-
f"http://{other_node_address}/chsh/request-angle-by-basis?i={i}&perp={perp}"
51+
f"http://{other_node_address}/chsh/request-angle-by-basis?index={i}&perp={perp}"
5252
)
5353

5454
# TODO: Handle other status codes

0 commit comments

Comments
 (0)