diff --git a/remote.py b/remote.py index 9fb49e985518b1a45f8b157af687ffbb7d26bd40..832264e085b18172fbb39094604628be1601ad44 100755 --- a/remote.py +++ b/remote.py @@ -51,9 +51,9 @@ def light(p): _states[p] = not _states[p] def process_line(response): - if response.startswith('Unkwon: 4294967295'): - ss.Lock() - return +# if response.startswith('Unkwon: 4294967295'): +# ss.Lock() +# return if response.startswith(CONTROL): key = response[len(CONTROL):].strip().lower() print key