Skip to content

Commit 541059f

Browse files
DaleSeosteve148
andauthored
Update README.md
Co-authored-by: Lennox Stevenson <lennox.stevenson@mail.utoronto.ca>
1 parent e163504 commit 541059f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Alternatively, you can set it when calling the `execute` method.
9090
from python_graphql_client import GraphqlClient
9191

9292
client = GraphqlClient(endpoint="wss://www.your-api.com/graphql"
93-
client.execute(query="<Your Query>", verify=False))
93+
client.execute(query="<Your Query>", verify=False)
9494
```
9595

9696
### Custom Authentication

0 commit comments

Comments
 (0)