diff --git a/app/internal/types.py b/app/internal/types.py index e16e64c..b2f6f7d 100644 --- a/app/internal/types.py +++ b/app/internal/types.py @@ -8,6 +8,10 @@ class ActiveClient: websocket = None active_token: str = None + def __init__(self, websocket= None, active_token:str=None): + self.active_token = active_toke + self.websocket = websocket + class DemodTypes(str, Enum): P25 = "P25" DMR = "DMR"