From 2473270f61d0489b1d2ff1ee6778c9db59f4d4ca Mon Sep 17 00:00:00 2001 From: kusti8 Date: Sat, 17 Mar 2018 13:08:53 -0400 Subject: [PATCH] Remove no device found. Fixes #29 --- hue_plus/hue_ui.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hue_plus/hue_ui.py b/hue_plus/hue_ui.py index e7e1893..b5483b7 100755 --- a/hue_plus/hue_ui.py +++ b/hue_plus/hue_ui.py @@ -171,8 +171,6 @@ def __init__(self): port = self.get_port() if port: self.portTxt.setText(self.get_port()) - else: - self.error("No Hue+ found.") self.profileListFunc()