Skip to content

Commit

Permalink
remove '::' due to the fact that socketserves older versions support …
Browse files Browse the repository at this point in the history
…this.

Back to the drawing board.
  • Loading branch information
brendanbank authored Dec 26, 2023
1 parent 5846102 commit f4dd734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpsd_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def main(argv=None): # IGNORE:C0111

metrics = init_metrics(args)

start_http_server(args.exporter_port, addr = '::', registry=metrics['registry'])
start_http_server(args.exporter_port, registry=metrics['registry'])

while True:
try:
Expand Down

0 comments on commit f4dd734

Please sign in to comment.