add logs for contact not found error

This commit is contained in:
2022-03-24 10:26:44 +01:00
parent cd71577e71
commit d0d3d59f27
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -190,6 +190,8 @@ def start_book():
modem.contact = contact[0]
else:
logger.info("contact not found for this ccid")
error_msg = "slot({}),sim({})".format(i, current_sim_position)
oracle_log_sender.send_contact_not_found(error_msg)
modem.modem.close()
continue
if modem.contact: