Skip to content

Commit

Permalink
fix(redis): dbmon后置默认值 #3697
Browse files Browse the repository at this point in the history
  • Loading branch information
OMG-By authored and zhangzhw8 committed Mar 26, 2024
1 parent 637fbe9 commit 23f14f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


def ProxyBatchInstallAtomJob(
root_id, ticket_data, act_kwargs: ActKwargs, param: Dict, dbmon_install: True
root_id, ticket_data, act_kwargs: ActKwargs, param: Dict, dbmon_install: bool = True
) -> SubBuilder:
"""
### SubBuilder: Proxy安装原子任务
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


def RedisBatchInstallAtomJob(
root_id, ticket_data, sub_kwargs: ActKwargs, param: Dict, dbmon_install: True
root_id, ticket_data, sub_kwargs: ActKwargs, param: Dict, dbmon_install: bool = True
) -> SubBuilder:
"""
### SubBuilder: Redis安装原籽任务
Expand Down

0 comments on commit 23f14f8

Please sign in to comment.