Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
add https to alert source
  • Loading branch information
radiorob authored Jul 4, 2024
1 parent 6784945 commit 5ddb42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obplayer/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,12 +648,12 @@ def check_defaults(self):
self.add_setting("alerts_leadout_delay", "1", "int")
self.add_setting(
"alerts_naad_stream1",
"http://streaming1.naad-adna.pelmorex.com:8080",
"https://streaming1.naad-adna.pelmorex.com:8080",
"text",
)
self.add_setting(
"alerts_naad_stream2",
"http://streaming2.naad-adna.pelmorex.com:8080",
"https://streaming2.naad-adna.pelmorex.com:8080",
"text",
)
self.add_setting(
Expand Down

0 comments on commit 5ddb42e

Please sign in to comment.