Skip to content

Commit

Permalink
更新 __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Nov 12, 2024
1 parent f9d62e7 commit 9dde564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/filemanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __get_files(_item: FileItem, _r: bool = False):
result = []
__get_files(fileitem, recursion)

return
return result

def any_files(self, fileitem: FileItem, extensions: list = None) -> Optional[bool]:
"""
Expand Down

0 comments on commit 9dde564

Please sign in to comment.