Skip to content

Commit

Permalink
fixed log format argument parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Nov 10, 2023
1 parent e3fe21b commit 90f0b31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spotdl/utils/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ def parse_misc_options(parser: _ArgumentGroup):
parser.add_argument(
"--log-format",
help=(
"Custom logging format to use. "
"Defaults to `%(message)s`. More info: "
"https://docs.python.org/3/library/logging.html#logrecord-attributes"
r"Custom logging format to use. "
r"Defaults to `%(message)s`. More info: "
r"https://docs.python.org/3/library/logging.html#logrecord-attributes"
),
)

Expand Down

0 comments on commit 90f0b31

Please sign in to comment.