From: marcelveldt Date: Sun, 13 Oct 2019 01:41:44 +0000 (+0200) Subject: Update main.py X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=82a13c5b92d4fb713f4471e8a7c0483dd7d005c7;p=music-assistant-server.git Update main.py --- diff --git a/main.py b/main.py index 9895457b..084bc50e 100755 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ if __name__ == "__main__": if len(sys.argv) > 2: debug = sys.argv[2] else: - debug = False + debug = True MusicAssistant(datapath, debug) \ No newline at end of file