fix
This commit is contained in:
parent
6f927be081
commit
7b0ba6112e
@ -329,7 +329,7 @@ class DirMonitor(_PluginBase):
|
|||||||
torrent_file_name = file.name
|
torrent_file_name = file.name
|
||||||
if str(file_name) == str(os.path.basename(torrent_file_name)):
|
if str(file_name) == str(os.path.basename(torrent_file_name)):
|
||||||
return his.download_hash
|
return his.download_hash
|
||||||
else:
|
|
||||||
# 尝试获取下载任务补充download_hash
|
# 尝试获取下载任务补充download_hash
|
||||||
logger.debug(f"转移记录 {src} 缺失download_hash,尝试补充……")
|
logger.debug(f"转移记录 {src} 缺失download_hash,尝试补充……")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user