File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Please also refer to [examples](https://github.com/frequenz-floss/frequenz-clien
2929### Installation
3030
3131``` bash
32- # Choose the version to install
32+ # Choose the version you want to install
3333VERSION=0.6.0
3434pip install frequenz-client-reporting==$VERSION
3535```
@@ -43,8 +43,8 @@ from datetime import datetime
4343from frequenz.client.common.metric import Metric
4444from frequenz.client.reporting import ReportingApiClient
4545
46- # Change server address
47- SERVICE_ADDRESS = " localhost:4711 "
46+ # Change server address if needed
47+ SERVICE_ADDRESS = " reporting.api.frequenz.com:443 "
4848API_KEY = open (' api_key.txt' ).read().strip()
4949client = ReportingApiClient(service_address = SERVICE_ADDRESS , key = API_KEY )
5050```
You can’t perform that action at this time.
0 commit comments