You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
log
This commit is contained in:
@@ -187,6 +187,7 @@ def update_rds(track_name: str):
|
|||||||
except socket.timeout:
|
except socket.timeout:
|
||||||
logger.error("Could not send TEXT to RDS, timeout.")
|
logger.error("Could not send TEXT to RDS, timeout.")
|
||||||
return
|
return
|
||||||
|
logger.info("RT set to", prt)
|
||||||
|
|
||||||
rtp = [4] # type 1
|
rtp = [4] # type 1
|
||||||
rtp.append(prt.find(artist)) # start 1
|
rtp.append(prt.find(artist)) # start 1
|
||||||
|
|||||||
Reference in New Issue
Block a user