Skip to content

Commit

Permalink
Merge pull request #10 from commi/patch-1
Browse files Browse the repository at this point in the history
Add "no_color": True to option
  • Loading branch information
jenslys authored Dec 10, 2023
2 parents 7243dc3 + 6a28f41 commit 7e9bf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nrkdl/nrkdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def main():
"quiet": True,
"skip_download": False,
"no_warnings": True,
"no_color": True,
"ignoreerrors": True,
"progress_hooks": [progress_hooks],
"logger": logger(),
Expand Down

0 comments on commit 7e9bf15

Please sign in to comment.