Update remnawave_api.py

This commit is contained in:
Egor
2025-11-05 20:21:52 +03:00
committed by GitHub
parent 09af2e1d41
commit 898008a1bd

View File

@@ -163,7 +163,7 @@ class RemnaWaveAPI:
async def __aenter__(self):
conn_type = self._detect_connection_type()
logger.info(f"Подключение к Remnawave: {self.base_url} (тип: {conn_type})")
logger.debug(f"Подключение к Remnawave: {self.base_url} (тип: {conn_type})")
headers = self._prepare_auth_headers()