add TOTAL_GB

This commit is contained in:
Vladless
2024-11-13 16:18:16 +03:00
parent f6aa28a0e7
commit 399537530a
+1 -1
View File
@@ -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,