diff --git a/utils.py b/utils.py index f3488d0..23ec97a 100644 --- a/utils.py +++ b/utils.py @@ -20,7 +20,7 @@ def send_message(message, destination, interface): d = interface.sendText( text=chunk, destinationId=destination, - wantAck=False, #should this be true? + wantAck=True, wantResponse=False ) destid = get_node_id_from_num(destination, interface)