From b434ff2666b1887dbeba85a0d6461195582f103d Mon Sep 17 00:00:00 2001 From: Louis Vézina <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 15 Apr 2020 12:54:07 -0400 Subject: Simplify daemon mechanism. --- bazarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bazarr.py') diff --git a/bazarr.py b/bazarr.py index 30aa26755..d4929937a 100644 --- a/bazarr.py +++ b/bazarr.py @@ -80,6 +80,6 @@ if __name__ == '__main__': while True: check_status() try: - time.sleep(1) + time.sleep(5) except (KeyboardInterrupt, SystemExit): pass -- cgit v1.2.3