def increase_lora_delivary_chances(element): if (element.attempts == 2): element.DR = 4 elif (element.attempts == 4): element.DR = 2 element.socket.setsockopt(socket.SOL_LORA, socket.SO_DR, element.DR)