fix bug
This commit is contained in:
parent
8f012eee50
commit
08e0df1abc
@ -154,6 +154,8 @@ class DirMonitor(_PluginBase):
|
|||||||
mon_path = paths[0]
|
mon_path = paths[0]
|
||||||
target_path = Path(paths[1])
|
target_path = Path(paths[1])
|
||||||
self._dirconf[mon_path] = target_path
|
self._dirconf[mon_path] = target_path
|
||||||
|
else:
|
||||||
|
self._dirconf[mon_path] = None
|
||||||
|
|
||||||
# 转移方式
|
# 转移方式
|
||||||
self._transferconf[mon_path] = _transfer_type
|
self._transferconf[mon_path] = _transfer_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user