Skip to content

Commit d7664fa

Browse files
Fix typo in readme server url (frequenz-floss#96)
Addresses comments from PR frequenz-floss#95
2 parents f760adc + df1f0fc commit d7664fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ from frequenz.client.common.metric import Metric
4444
from frequenz.client.reporting import ReportingApiClient
4545

4646
# Change server address if needed
47-
SERVICE_URL = "grpc://reporting.api.frequenz.com:443?ssl=true"
47+
SERVER_URL = "grpc://reporting.api.frequenz.com:443?ssl=true"
4848
API_KEY = open('api_key.txt').read().strip()
49-
client = ReportingApiClient(service_url=SERVICE_URL, key=API_KEY)
49+
client = ReportingApiClient(server_url=SERVER_URL, key=API_KEY)
5050
```
5151

5252
Besides the microgrid_id, component_ids, and metrics, start, and end time,

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Upgrading
88

9-
* Update readme to make use of newest release version 0.8.0
9+
* Update and fix readme to make use of newest release version 0.8.0
1010

1111
## New Features
1212

0 commit comments

Comments
 (0)