From 34711665bb63288daf516e17b21cb5e2be60156c Mon Sep 17 00:00:00 2001 From: Louis Vézina <5130500+morpheus65535@users.noreply.github.com> Date: Mon, 18 May 2020 19:28:21 -0400 Subject: WIP --- bazarr.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bazarr.py') diff --git a/bazarr.py b/bazarr.py index 51846124b..594154e13 100644 --- a/bazarr.py +++ b/bazarr.py @@ -91,6 +91,7 @@ if __name__ == '__main__': time.sleep(5) else: os.wait() + time.sleep(1) except (KeyboardInterrupt, SystemExit): print('Bazarr exited.') sys.exit(0) -- cgit v1.2.3