fix
This commit is contained in:
parent
0159b02916
commit
6039a9d0d5
@ -137,7 +137,7 @@ class DirMonitor(_PluginBase):
|
|||||||
paths = mon_path.split(":")
|
paths = mon_path.split(":")
|
||||||
|
|
||||||
# 自定义转移方式
|
# 自定义转移方式
|
||||||
if mon_path.count("#") == 2:
|
if mon_path.count("#") == 1:
|
||||||
self._transferconf[mon_path] = mon_path.split("#")[1]
|
self._transferconf[mon_path] = mon_path.split("#")[1]
|
||||||
else:
|
else:
|
||||||
self._transferconf[mon_path] = self._transfer_type
|
self._transferconf[mon_path] = self._transfer_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user