Update __main__.py
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 16 Apr 2020 10:41:06 +0000 (12:41 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 16 Apr 2020 10:41:06 +0000 (12:41 +0200)
music_assistant/__main__.py

index a8102e4b6d7872f417cce2faa43b4daa7eddc2d2..7aaf784b52b4dbf8cc3f26232c4f3ae757df30a0 100755 (executable)
@@ -27,7 +27,7 @@ def get_arguments():
         help="Directory that contains the MusicAssistant configuration",
     )
     parser.add_argument(
-        "--debug", default=False, help="Start MusicAssistant with verbose debug logging"
+        "--debug", action="store_true", help="Start MusicAssistant with verbose debug logging"
     )
     arguments = parser.parse_args()
     return arguments