From 5c05ec716326e460a0b90f7615ad1a26684bd1b4 Mon Sep 17 00:00:00 2001 From: doron Date: Thu, 3 Sep 2026 17:00:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dorontools.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dorontools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dorontools.py b/dorontools.py index 2439bf7..8446fc3 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, 19, 20]) -> VPNClient: + def create_client(self, uuid: str = None, email: str = None, expiryTime: int = 0, tgId: int = 0, comment: str = '', inbounds: list = [17, 18, 21]) -> VPNClient: if not uuid: uuid = str(_uuid.uuid4())