mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-19 05:07:51 +08:00
Fix for #952.
This commit is contained in:
parent
fe2a4aa067
commit
31ab819079
1 changed files with 4 additions and 1 deletions
|
@ -80,6 +80,9 @@ if __name__ == '__main__':
|
|||
while True:
|
||||
check_status()
|
||||
try:
|
||||
time.sleep(5)
|
||||
if sys.platform.startswith('win'):
|
||||
time.sleep(5)
|
||||
else:
|
||||
os.wait()
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue