The URL in new-user-setup/python is wrong
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
### Specifications
* Client Version:
* InfluxDB Version:
* Platform:
### Code sample to reproduce problem
```python
```
In the setup guide which opens up in the http://localhost:8086/ when selecting python has multiple steps.
In this the step 4 initialize client, the url pre poulated is "https://us-west-2-1.aws.cloud2.influxdata.com/" which is wrong and some AWS instance which is irrelevant to user .
And thus thows a 401 error in next step when attempting to writes data to db.
It should be url = "http://localhost:8086/" instead
### Expected behavior
It should be url = "http://localhost:8086/" instead
### Actual behavior
Thows a 401 error in next step when attempting to write data to db.
### Additional info
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.