Skip to content

Commit 92eff6e

Browse files
committed
Fix default port in the client constructor docstring
8081 -> 8080, as the code clearly shows.
1 parent 976e7d7 commit 92eff6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hawkular/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __init__(self,
150150
A new instance of HawkularMetricsClient is created with the following defaults:
151151
152152
host = localhost
153-
port = 8081
153+
port = 8080
154154
path = hawkular-metrics
155155
scheme = http
156156
cafile = None

0 commit comments

Comments
 (0)