Обновить dorontools.py

This commit is contained in:
2026-09-02 11:35:21 +00:00
parent ccf59561b7
commit 1b7e88c6a1

View File

@@ -191,7 +191,7 @@ class VPNPanel():
tmp.append(i) tmp.append(i)
return tmp 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]) -> VPNClient: 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:
if not uuid: if not uuid:
uuid = str(_uuid.uuid4()) uuid = str(_uuid.uuid4())