]> kaliko git repositories - mpd-sima.git/blobdiff - launch
Fixed a minor cache issue
[mpd-sima.git] / launch
diff --git a/launch b/launch
index 3e88542efee5b6e7d4049479c5940e7800816129..43fc0bc797dfc2cb84ab9cb38436432bf12a2ec7 100755 (executable)
--- a/launch
+++ b/launch
@@ -86,7 +86,7 @@ def main():
     logger.info('Starting...')
     sima = core.Sima(config)
 
-    # core plugins
+    # required core plugins
     sima.register_plugin(History)
     sima.register_plugin(MpdOptions)
 
@@ -104,7 +104,7 @@ def main():
         sima.foreground()
     except KeyboardInterrupt:
         logger.info('Caught KeyboardInterrupt, stopping')
-        #sima.shutdown()
+        sima.shutdown()
 
 
 def run():