projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74af302
)
Update mass.py
author
marcelveldt
<marcelvanderveldt@MacBook-Silvia.local>
Wed, 16 Oct 2019 06:57:35 +0000
(08:57 +0200)
committer
marcelveldt
<marcelvanderveldt@MacBook-Silvia.local>
Wed, 16 Oct 2019 06:57:35 +0000
(08:57 +0200)
mass.py
patch
|
blob
|
history
diff --git
a/mass.py
b/mass.py
index dd6ac69461d359220f5b77ce20c0451e59711cb6..8565c2cfe1c5d2527e5e6154862edbb0a682bd23 100755
(executable)
--- a/
mass.py
+++ b/
mass.py
@@
-89,7
+89,8
@@
if __name__ == "__main__":
else:
logger.setLevel(logging.INFO)
# start music assistant!
- do_update()
+ if debug:
+ do_update()
from music_assistant import MusicAssistant
mass = MusicAssistant(data_dir, event_loop)
run(mass.start(), loop=event_loop)