Skip to content

Commit

Permalink
fix(#6921): Wrong variable name for python initialized client.
Browse files Browse the repository at this point in the history
- Fix variable name in InitializeClient to agree with write and query examples.
- Reported in Docs-v2
  • Loading branch information
jstirnaman committed Jul 31, 2024
1 parent a9f3ed2 commit b21fb71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ token = os.environ.get("INFLUXDB_TOKEN")
org = "${org.name}"
url = "${url}"
write_client = influxdb_client.InfluxDBClient(url=url, token=token, org=org)
client = influxdb_client.InfluxDBClient(url=url, token=token, org=org)
`

return (
Expand Down

0 comments on commit b21fb71

Please sign in to comment.