diff --git a/detect-spotify.py b/detect-spotify.py index ec80b15..d2b1bb7 100644 --- a/detect-spotify.py +++ b/detect-spotify.py @@ -63,5 +63,9 @@ def main(): try: main() + + except KeyboardInterrupt: + quit() + except: print('oops there was an error, refer to README or start a song if there isn\'t one playing.')