code optimizations
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user