summaryrefslogtreecommitdiffhomepage
path: root/bazarr.py
diff options
context:
space:
mode:
authorLouis Vézina <[email protected]>2020-05-18 19:28:21 -0400
committerLouis Vézina <[email protected]>2020-05-18 19:28:21 -0400
commit34711665bb63288daf516e17b21cb5e2be60156c (patch)
tree45c72001f4c55a1033e16256f429573800c7b9db /bazarr.py
parent0fb4160407aca76fbe3688da8ccce140917ae87e (diff)
downloadbazarr-34711665bb63288daf516e17b21cb5e2be60156c.tar.gz
bazarr-34711665bb63288daf516e17b21cb5e2be60156c.zip
WIP
Diffstat (limited to 'bazarr.py')
-rw-r--r--bazarr.py1
1 files changed, 1 insertions, 0 deletions
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)