mirror of https://gitlab.com/bashrc2/epicyon
Invert logic
parent
5df3f03396
commit
4f5c8aff7b
|
@ -1094,7 +1094,7 @@ def receive_actor_status(base_dir: str, person_cache: {}, message_json: {},
|
||||||
"""
|
"""
|
||||||
if message_json['type'] not in ('sm:ActorStatus', 'ActorStatus'):
|
if message_json['type'] not in ('sm:ActorStatus', 'ActorStatus'):
|
||||||
return False
|
return False
|
||||||
if 'content' in message_json:
|
if 'content' not in message_json:
|
||||||
print('DEBUG: receive_actor_status no content ' + str(message_json))
|
print('DEBUG: receive_actor_status no content ' + str(message_json))
|
||||||
return True
|
return True
|
||||||
if not isinstance(message_json['content'], str):
|
if not isinstance(message_json['content'], str):
|
||||||
|
|
Loading…
Reference in New Issue