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

View File

@@ -46,6 +46,7 @@ class Transmission:
"""
try:
# 登录
logger.info(f"正在连接 transmission{self._host}:{self._port}")
trt = transmission_rpc.Client(host=self._host,
port=self._port,
username=self._username,