several fixes

This commit is contained in:
2024-12-11 08:58:29 +01:00
parent 383f8dc893
commit b875102d34
6 changed files with 22 additions and 14 deletions
+2 -2
View File
@@ -2,6 +2,6 @@ from trigger import Trigger
from config import Config
class RoonTrigger(Trigger):
def __init__(self, name: str, _config: Config, testmode: bool = False) -> None:
super().__init__(name, _config, testmode)
def __init__(self, name: str, _config: Config) -> None:
super().__init__(name, _config)