основной текст в отдельном файле

This commit is contained in:
Vladless
2024-10-22 01:53:50 +03:00
parent ba3352aa46
commit 9829e7cd3e
15 changed files with 135 additions and 129 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import json
import aiohttp
from config import SERVERS
from config import SERVERS
async def add_client(session, server_id: str, client_id: str, email: str, tg_id: str, limit_ip: int, total_gb: int, expiry_time: int, enable: bool, flow: str):