We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f60a81 commit 05d4529Copy full SHA for 05d4529
music_assistant/__main__.py
@@ -27,7 +27,7 @@ def get_arguments():
27
help="Directory that contains the MusicAssistant configuration",
28
)
29
parser.add_argument(
30
- "--debug", default=False, help="Start MusicAssistant with verbose debug logging"
+ "--debug", action="store_true", help="Start MusicAssistant with verbose debug logging"
31
32
arguments = parser.parse_args()
33
return arguments
0 commit comments