mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-27 23:36:24 +08:00
fix #4721
This commit is contained in:
@@ -23,6 +23,7 @@ class Qbittorrent:
|
||||
"""
|
||||
若不设置参数,则创建配置文件设置的下载器
|
||||
"""
|
||||
self.qbc = None
|
||||
if host and port:
|
||||
self._host, self._port = host, port
|
||||
elif host:
|
||||
|
||||
Reference in New Issue
Block a user