修正目录监控模式匹配

This commit is contained in:
jxxghp
2025-07-03 13:55:54 +08:00
parent b2a379b84b
commit db40b5105b
+1 -1
View File
@@ -300,7 +300,7 @@ class Monitor(metaclass=Singleton):
:param limits: 系统限制信息 :param limits: 系统限制信息
:return: (是否使用轮询, 原因) :return: (是否使用轮询, 原因)
""" """
if monitor_mode == "compatible": if monitor_mode == "compatibility":
return True, "用户配置为兼容模式" return True, "用户配置为兼容模式"
# 检查网络文件系统 # 检查网络文件系统