Skip to content

Commit ce916fe

Browse files
authored
Merge pull request #40 from dkorn/fix_default_port_doc
Fix default port in the client constructor docstring
2 parents 976e7d7 + 92eff6e commit ce916fe

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)