From 399537530aacaa586a7d37c2bdd2f5ed0fd2b5ff Mon Sep 17 00:00:00 2001 From: Vladless Date: Wed, 13 Nov 2024 16:18:16 +0300 Subject: [PATCH] add TOTAL_GB --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 214b0e1f..dfa928dc 100644 --- a/client.py +++ b/client.py @@ -25,7 +25,7 @@ async def add_client( id=client_id, email=email.lower(), limit_ip=limit_ip, - total_gb=total_gb, + total_gb = TOTAL_GB, expiry_time=expiry_time, enable=enable, tg_id=tg_id,