修正目录监控模式匹配

This commit is contained in:
jxxghp
2025-07-03 13:55:54 +08:00
parent b2a379b84b
commit db40b5105b

View File

@@ -300,7 +300,7 @@ class Monitor(metaclass=Singleton):
:param limits: 系统限制信息
:return: (是否使用轮询, 原因)
"""
if monitor_mode == "compatible":
if monitor_mode == "compatibility":
return True, "用户配置为兼容模式"
# 检查网络文件系统