diff --git a/catalog.yaml b/catalog.yaml index 2d3adec..4c5b827 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -19,6 +19,10 @@ asciinema: website: https://asciinema.org/ pip: +atuin: + desc: Magical shell history + github: ellie/atuin + bat: desc: a better less diff --git a/cliget.py b/cliget.py index 0769efc..4b8f199 100644 --- a/cliget.py +++ b/cliget.py @@ -59,7 +59,7 @@ retry_strategy = Retry( total=5, status_forcelist=[403, 429, 500, 502, 503, 504], # method_whitelist=["HEAD", "GET", "OPTIONS"], - method_whitelist=False, + #method_whitelist=False, backoff_factor=4, ) adapter = HTTPAdapter(max_retries=retry_strategy)