Skip to content

Commit

Permalink
fix(meuh): change url
Browse files Browse the repository at this point in the history
  • Loading branch information
Julen Dixneuf committed Mar 15, 2024
1 parent 1a8b6cc commit 21f5a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whats_on_fip/radio_meuh_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class RadioMeuh(Radio):
def __init__(self) -> None:
self.url = os.getenv(
"RADIO_MEUH_API_URL", "https://www.radiomeuh.com/player/rtdata/tracks.json"
"RADIO_MEUH_API_URL", "https://www.radiomeuh.com/storage/curtrack.json"
)

def get_current_track(self) -> Track:
Expand Down

0 comments on commit 21f5a82

Please sign in to comment.