diff options
| author | Scott Gasch <[email protected]> | 2021-10-28 11:51:22 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-10-28 11:51:22 -0700 |
| commit | 7e6972bc7c8e891dc669645fa5969ed76fe38314 (patch) | |
| tree | eec2f61e92f577e048602e5ced8d4a0cc471da6c /decorator_utils.py | |
| parent | ed47f1a0c31184280a303563237e34c0e53437d7 (diff) | |
Moving smart lights into smart_home to prepare for adding
outlets and cameras.
Diffstat (limited to 'decorator_utils.py')
| -rw-r--r-- | decorator_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |
