fix: QB远程控制 104

This commit is contained in:
hoey94
2024-03-16 11:35:45 +08:00
parent 883f817ec9
commit 630da414f9
2 changed files with 3 additions and 3 deletions

View File

@@ -402,7 +402,7 @@
"QbCommand": {
"name": "QB远程操作",
"description": "通过定时任务或交互命令远程操作QB暂停/开始/限速等。",
"version": "1.1",
"version": "1.2",
"icon": "Qbittorrent_A.png",
"author": "DzAvril",
"level": 1

View File

@@ -19,7 +19,7 @@ class QbCommond(_PluginBase):
# 插件图标
plugin_icon = "Qbittorrent_A.png"
# 插件版本
plugin_version = "1.1"
plugin_version = "1.2"
# 插件作者
plugin_author = "DzAvril"
# 作者主页
@@ -488,7 +488,7 @@ class QbCommond(_PluginBase):
title=f"【QB远程操作】",
text=text,
)
elif not flag:
elif flag == False:
logger.error(f"QB设置限速失败")
if self._notify:
self.post_message(