Skip to content

Commit

Permalink
fix: remove internal URLs (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 30, 2022
1 parent 3eb9a85 commit cfaa5ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nowplaying/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self):
"--icecast-base",
dest="icecastBase",
help="Icecast base URL",
default="http://stream-master.audio.int.rabe.ch:8000/admin/",
default="http://icecast.example.org:8000/admin/",
)
# TODO v3 remove this option
self.__args.add_argument(
Expand Down Expand Up @@ -63,8 +63,7 @@ def __init__(self):
"-s",
"--show",
dest="currentShowUrl",
help="Current Show URL",
default="https://airtime.service.int.rabe.ch/api/live-info-v2/format/json",
help="Current Show URL e.g. 'https://libretime.int.example.org/api/live-info-v2/format/json'",
)
self.__args.add_argument(
"--input-file",
Expand Down

0 comments on commit cfaa5ef

Please sign in to comment.