fix ide warnings

This commit is contained in:
jxxghp
2026-03-08 08:32:29 +08:00
parent 23b90ff0f9
commit 6a90e2c796
5 changed files with 23 additions and 16 deletions
-1
View File
@@ -102,7 +102,6 @@ class Rtorrent:
url = self._host
if url.startswith("scgi://"):
# SCGI直连模式
parsed = urlparse(url)
logger.info(f"正在通过SCGI连接 rTorrent{url}")
proxy = xmlrpc.client.ServerProxy(url, transport=SCGITransport())
else: