This commit is contained in:
jxxghp 2023-08-20 10:21:43 +08:00
parent d96148e54e
commit 43d9237c3f

View File

@ -114,7 +114,7 @@ class DirMonitor(_PluginBase):
# 存储目的目录 # 存储目的目录
paths = mon_path.split(":") paths = mon_path.split(":")
if len(paths > 1): if len(paths) > 1:
mon_path = paths[0] mon_path = paths[0]
self._dirconf[mon_path] = paths[1] self._dirconf[mon_path] = paths[1]