X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=launch;h=39fac649ba25ebdba7e8fc3e5b1a311ffd39a941;hb=57621c64288a742232b379b53bfe5fce34959535;hp=43fc0bc797dfc2cb84ab9cb38436432bf12a2ec7;hpb=2d4111ef3e3eb3811df95b139aac66b61c3ad5bf;p=mpd-sima.git diff --git a/launch b/launch index 43fc0bc..39fac64 100755 --- a/launch +++ b/launch @@ -3,7 +3,7 @@ """Sima """ -# standart library import +# standard library import import logging import sys @@ -104,7 +104,7 @@ def main(): sima.foreground() except KeyboardInterrupt: logger.info('Caught KeyboardInterrupt, stopping') - sima.shutdown() + sys.exit(0) def run():