reforamt log message
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ class LogSender:
|
|||||||
return response
|
return response
|
||||||
|
|
||||||
def send_sms_reception_log(self, phone, sms_text, ccid):
|
def send_sms_reception_log(self, phone, sms_text, ccid):
|
||||||
msg = "from:{}, sms:{}, ccid{}".format(phone, sms_text, ccid)
|
msg = "from:{}, sms:{}, ccid:{}".format(phone, sms_text, ccid)
|
||||||
self.send_log(msg=msg, subject=LOG_SUBJECT_SMS, type=TYPE_SMS_RECEIVED)
|
self.send_log(msg=msg, subject=LOG_SUBJECT_SMS, type=TYPE_SMS_RECEIVED)
|
||||||
|
|
||||||
def send_timeout_log(self, serial_modem: SerialModem):
|
def send_timeout_log(self, serial_modem: SerialModem):
|
||||||
|
|||||||
Reference in New Issue
Block a user