update references to codey.lol -> codey.horse [new domain]

This commit is contained in:
2026-02-21 07:59:40 -05:00
parent 64edcc7342
commit 31366d8df7
6 changed files with 16 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ async def get_now_playing() -> Optional[str]:
Returns:
str
"""
np_url: str = "https://api.codey.lol/radio/np"
np_url: str = "https://api.codey.horse/radio/np"
try:
async with ClientSession() as session:
async with await session.post(