feat:global image cache api

This commit is contained in:
jxxghp
2024-08-28 17:53:06 +08:00
parent bd7fc2d4ff
commit eea8b9a8a6
4 changed files with 29 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ class Qbittorrent:
"""
try:
# 登录
logger.info(f"正在连接 qbittorrent{self._host}:{self._port}")
qbt = qbittorrentapi.Client(host=self._host,
port=self._port,
username=self._username,