mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
fix backup and file limit
This commit is contained in:
parent
fd06f51ee0
commit
65607a36fc
7 changed files with 31 additions and 16 deletions
|
|
@ -17,7 +17,7 @@ class BackupPreviewGrouped(ApiHandler):
|
|||
# Get input parameters
|
||||
include_patterns = input.get("include_patterns", [])
|
||||
exclude_patterns = input.get("exclude_patterns", [])
|
||||
include_hidden = input.get("include_hidden", False)
|
||||
include_hidden = input.get("include_hidden", True)
|
||||
max_depth = input.get("max_depth", 3)
|
||||
search_filter = input.get("search_filter", "")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue