Update main.py
authormarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Sun, 13 Oct 2019 01:41:44 +0000 (03:41 +0200)
committermarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Sun, 13 Oct 2019 01:41:44 +0000 (03:41 +0200)
main.py

diff --git a/main.py b/main.py
index 9895457ba79486c2ece5968bcfe3c1895a77ca9b..084bc50e2f9d40a6f40b92e9ccd12a18cf369c8c 100755 (executable)
--- 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