Merge pull request #60 from Vladless/new1
исправлен траффик при продлении
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user