mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
Remove requred from positional args
This commit is contained in:
parent
8262390bf0
commit
574a916cff
@ -57,7 +57,6 @@ def args():
|
|||||||
"max_retries",
|
"max_retries",
|
||||||
help="Max retries to consider an event as error and not try to process it again",
|
help="Max retries to consider an event as error and not try to process it again",
|
||||||
type=int,
|
type=int,
|
||||||
required=False,
|
|
||||||
default=_DEFAULT_MAX_RETRIES,
|
default=_DEFAULT_MAX_RETRIES,
|
||||||
)
|
)
|
||||||
parser.add_argument("--dry-run", help="Dry run mode", action="store_true")
|
parser.add_argument("--dry-run", help="Dry run mode", action="store_true")
|
||||||
|
Loading…
Reference in New Issue
Block a user