Add make and config for formatting
This commit is contained in:
@@ -50,7 +50,7 @@ async def link(session, server_id: str, client_id: str, email: str):
|
||||
raise Exception("Не удалось получить данные клиентов.")
|
||||
|
||||
inbounds = response["obj"][0]
|
||||
settings = json.loads(inbounds["settings"])
|
||||
# settings = json.loads(inbounds["settings"])
|
||||
|
||||
stream_settings = json.loads(inbounds["streamSettings"])
|
||||
tcp = stream_settings.get("network", "tcp")
|
||||
|
||||
Reference in New Issue
Block a user