Skip to content

Commit cfa4395

Browse files
committed
Fix display URL to use actual base_url
1 parent e022ef2 commit cfa4395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publishers/usgs_eq/usgs_eq_publisher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def run(self, *, interval: float = 60.0, dry_run: bool = False, once: bool = Fal
358358
print("=" * 70)
359359
print(f" {self.name}")
360360
print("=" * 70)
361-
print(f" Server: https://{self.osh_address}:{self.osh_port}/{self.osh_root}/api")
361+
print(f" Server: {self._base_url}")
362362
print(f" Feed URL: {self.feed_url}")
363363
print(f" Interval: {interval}s")
364364
print(f" Dry run: {dry_run}")

0 commit comments

Comments
 (0)