BugFix: Client Error message

This commit is contained in:
Dirk Alders 2021-01-07 01:29:13 +01:00
父節點 2ca538c49f
當前提交 551e3e558d

查看文件

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