mirror of
https://github.com/leoncvlt/loconotion.git
synced 2024-08-30 18:12:12 +00:00
Set timeout as integer parameter
This commit is contained in:
parent
160ea4ec29
commit
4cdf3372ab
@ -36,6 +36,7 @@ def main():
|
||||
)
|
||||
argparser.add_argument(
|
||||
"--timeout",
|
||||
type=int,
|
||||
default=5,
|
||||
help="Time in seconds to wait for the loading of lazy-loaded dynamic elements (default 5)."
|
||||
" If content from the page seems to be missing, try increasing this value",
|
||||
|
Loading…
Reference in New Issue
Block a user