From b56245ca149f5cd4e4d625cae4e7e91260204659 Mon Sep 17 00:00:00 2001 From: euberdeveloper <33126163+euberdeveloper@users.noreply.github.com> Date: Mon, 12 Jul 2021 23:41:03 +0200 Subject: [PATCH] fix: fix typo --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 45d9fde..d9b5b44 100644 --- a/app/main.py +++ b/app/main.py @@ -30,7 +30,7 @@ def main(): ) parser.add_argument( "--daily-req-limit", - default=DEFARGS['DAILY_REQ_LIMI'], + default=DEFARGS['DAILY_REQ_LIMIT'], type=int, metavar="", help="Set the default maximum number of requests per day per client, in addition to req-limit. (%(default)s)",