From 3fba9fa9a05aa8722c5ecb69548cadeaf88697d6 Mon Sep 17 00:00:00 2001 From: Vladless Date: Tue, 29 Oct 2024 23:45:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=82=D1=80=D0=B0=D1=84=D1=84=D0=B8=D0=BA=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=BF=D1=80=D0=BE=D0=B4=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.py b/client.py index adf27d66..7ec0808f 100644 --- a/client.py +++ b/client.py @@ -82,7 +82,7 @@ async def extend_client_key(session, server_id: str, tg_id, client_id, email: st "alterId": 0, "email": email.lower(), "limitIp": 2, - "totalGB": 429496729600000, + "totalGB": 0, "expiryTime": updated_expiry_time, "enable": True, "tgId": tg_id, @@ -126,7 +126,7 @@ async def extend_client_key_admin(session, server_id: str, tg_id, client_id: str "alterId": 0, "email": email.lower(), "limitIp": 2, - "totalGB": 429496729600000, + "totalGB": 0, "expiryTime": new_expiry_time, "enable": True, "tgId": tg_id,