cleanup
This commit is contained in:
@ -7,6 +7,12 @@ from aiohttp import ClientSession, ClientTimeout
|
||||
"""Radio Utils"""
|
||||
|
||||
async def get_now_playing() -> Optional[str]:
|
||||
"""
|
||||
Get radio now playing
|
||||
|
||||
Returns:
|
||||
str
|
||||
"""
|
||||
np_url: str = "https://api.codey.lol/radio/np"
|
||||
try:
|
||||
async with ClientSession() as session:
|
||||
|
Reference in New Issue
Block a user