several fixes
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ from app_class import AppClass
|
||||
from config import Config, TriggerTuple, MissingConfig
|
||||
|
||||
class Trigger(AppClass):
|
||||
def __init__(self, name: str, _config: Config, testmode: bool = False) -> None:
|
||||
super().__init__(_config, testmode)
|
||||
def __init__(self, name: str, _config: Config) -> None:
|
||||
super().__init__(_config)
|
||||
self.name = name
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user