feat 增加下载器监控设置项

This commit is contained in:
jxxghp
2023-08-15 18:25:10 +08:00
parent e4da7989a4
commit 24d75058ad
3 changed files with 5 additions and 1 deletions

View File

@ -97,6 +97,8 @@ class Settings(BaseSettings):
SLACK_CHANNEL: str = ""
# 下载器 qbittorrent/transmission
DOWNLOADER: str = "qbittorrent"
# 下载器监控开关
DOWNLOADER_MONITOR: bool = True
# Qbittorrent地址IP:PORT
QB_HOST: str = None
# Qbittorrent用户名