소스 검색

BugFix: Client Error message

master
Dirk Alders 3 년 전
부모
커밋
551e3e558d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      __init__.py

+ 2
- 1
__init__.py 파일 보기

@@ -166,4 +166,5 @@ class my_client_protocol(my_base_protocol):
166 166
                     DID_PLOENLEIN: 'Ploenlein',
167 167
                 }.get(msg.get_data_id())
168 168
                 print('The light in {target} is {state}'.format(state=state, target=target))
169
-        print('Error receiving data!')
169
+        else:
170
+            print('Error receiving data!')

Loading…
취소
저장