fix 文件转移Bug
This commit is contained in:
parent
1bbb92d92b
commit
10ee8d33fa
@ -209,6 +209,7 @@ class TransferChain(ChainBase):
|
|||||||
trans_paths.extend(
|
trans_paths.extend(
|
||||||
SystemUtils.list_sub_files(directory, extensions=settings.RMT_MEDIAEXT)
|
SystemUtils.list_sub_files(directory, extensions=settings.RMT_MEDIAEXT)
|
||||||
)
|
)
|
||||||
|
return trans_paths
|
||||||
|
|
||||||
def remote_transfer(self, arg_str: str, channel: MessageChannel, userid: Union[str, int] = None):
|
def remote_transfer(self, arg_str: str, channel: MessageChannel, userid: Union[str, int] = None):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user