BugFix: Client Error message

This commit is contained in:
Dirk Alders 2021-01-07 01:29:13 +01:00
parent 2ca538c49f
commit 551e3e558d

View File

@ -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!')