From 7e6972bc7c8e891dc669645fa5969ed76fe38314 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 28 Oct 2021 11:51:22 -0700 Subject: Moving smart lights into smart_home to prepare for adding outlets and cameras. --- decorator_utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'decorator_utils.py') diff --git a/decorator_utils.py b/decorator_utils.py index 76faec6..e19759f 100644 --- a/decorator_utils.py +++ b/decorator_utils.py @@ -435,7 +435,6 @@ def timeout( use_signals = thread_utils.is_current_thread_main_thread() def decorate(function): - if use_signals: def handler(signum, frame): -- cgit v1.3