mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refactor: change timeout argument type from float to int
This commit is contained in:
parent
bbabd38a48
commit
a3e7203331
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ def get_parser(default_config_files, git_root):
|
|||
)
|
||||
group.add_argument(
|
||||
"--timeout",
|
||||
type=float,
|
||||
type=int,
|
||||
default=None,
|
||||
help="Timeout in seconds for API calls (default: None)",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue