fix #1006
This commit is contained in:
parent
ae196f1aeb
commit
9ce9e0a4ef
@ -88,7 +88,7 @@ class DirMonitor(_PluginBase):
|
|||||||
_transfer_type = settings.TRANSFER_TYPE
|
_transfer_type = settings.TRANSFER_TYPE
|
||||||
_monitor_dirs = ""
|
_monitor_dirs = ""
|
||||||
_exclude_keywords = ""
|
_exclude_keywords = ""
|
||||||
_interval:int = 10
|
_interval: int = 10
|
||||||
# 存储源目录与目的目录关系
|
# 存储源目录与目的目录关系
|
||||||
_dirconf: Dict[str, Optional[Path]] = {}
|
_dirconf: Dict[str, Optional[Path]] = {}
|
||||||
# 存储源目录转移方式
|
# 存储源目录转移方式
|
||||||
|
Loading…
x
Reference in New Issue
Block a user