code optimizations

This commit is contained in:
2024-12-12 22:19:47 +01:00
parent 7e36084b0f
commit c638a0ddd6
8 changed files with 24 additions and 7 deletions
-1
View File
@@ -4,7 +4,6 @@ from config import Config
class RoonTrigger(Trigger):
def __init__(self, _config: Config) -> None:
super().__init__(_config)
self.name = "Roon"
def run(self) -> bool:
self.log.info("run check code")