diff --git a/dorontools.py b/dorontools.py index 724d927..9ce4079 100644 --- a/dorontools.py +++ b/dorontools.py @@ -191,7 +191,7 @@ class VPNPanel(): tmp.append(i) return tmp - def create_client(self, uuid: str = None, email: str = None, expiryTime: int = 0, tgId: int = 0, comment: str = '', inbounds: list = [17, 18]) -> VPNClient: + def create_client(self, uuid: str = None, email: str = None, expiryTime: int = 0, tgId: int = 0, comment: str = '', inbounds: list = [17, 18, 19]) -> VPNClient: if not uuid: uuid = str(_uuid.uuid4())