fix #189
This commit is contained in:
parent
d96148e54e
commit
43d9237c3f
@ -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]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user