We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7666a commit 990b9b4Copy full SHA for 990b9b4
python_graphql_client/graphql_client.py
@@ -96,7 +96,7 @@ async def subscribe(
96
async with websockets.connect(
97
self.endpoint,
98
subprotocols=["graphql-ws"],
99
- extra_headers=self.__request_headers(headers)
+ extra_headers=self.__request_headers(headers),
100
) as websocket:
101
await websocket.send(connection_init_message)
102
await websocket.send(request_message)
0 commit comments