mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
whoops
This commit is contained in:
+3
-1
@@ -86,7 +86,9 @@ class Module(PlayerModule):
|
||||
self._imc.send(self, "web", {"rt": rds_rt, "rtp": rds_rtp}, False)
|
||||
logger.info(f"RT set to '{rds_rt}'")
|
||||
logger.debug(f"{rds_rtp=}")
|
||||
def imc(self, imc: InterModuleCommunication) -> None: imc.register(self, "rds")
|
||||
def imc(self, imc: InterModuleCommunication) -> None:
|
||||
self._imc = imc
|
||||
imc.register(self, "rds")
|
||||
|
||||
module = Module()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user