]> kaliko git repositories - mpd-sima.git/blobdiff - launch
Some clean-up in track object
[mpd-sima.git] / launch
diff --git a/launch b/launch
index 43fc0bc797dfc2cb84ab9cb38436432bf12a2ec7..c7ff8e69825fbe50e2ede515b18ed7e22e429988 100755 (executable)
--- a/launch
+++ b/launch
@@ -104,7 +104,7 @@ def main():
         sima.foreground()
     except KeyboardInterrupt:
         logger.info('Caught KeyboardInterrupt, stopping')
-        sima.shutdown()
+        sys.exit(0)
 
 
 def run():