Skip to content

Commit 05d4529

Browse files
committed
Update __main__.py
1 parent 6f60a81 commit 05d4529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

music_assistant/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_arguments():
2727
help="Directory that contains the MusicAssistant configuration",
2828
)
2929
parser.add_argument(
30-
"--debug", default=False, help="Start MusicAssistant with verbose debug logging"
30+
"--debug", action="store_true", help="Start MusicAssistant with verbose debug logging"
3131
)
3232
arguments = parser.parse_args()
3333
return arguments

0 commit comments

Comments
 (0)