From 4cdf3372abb9b0151f739e8133cc772d03465f13 Mon Sep 17 00:00:00 2001 From: Oleg Danilov Date: Sun, 25 Oct 2020 02:27:23 +0300 Subject: [PATCH] Set timeout as integer parameter --- loconotion/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/loconotion/__main__.py b/loconotion/__main__.py index 618a688..5ce6b13 100644 --- a/loconotion/__main__.py +++ b/loconotion/__main__.py @@ -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",