1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-30 02:41:56 +00:00
This commit is contained in:
Louis Vézina 2020-04-27 23:03:24 -04:00
parent fe2a4aa067
commit 31ab819079

View file

@ -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