add logs for wait_sms event
This commit is contained in:
@@ -75,6 +75,8 @@ class LogSender:
|
||||
def send_contact_not_found(self, msg: str):
|
||||
self.send_log(msg, subject=SUBJECT_SIM_INFO, type=LOG_APPOINTMENT_CONTACT_NOT_FOUND)
|
||||
|
||||
def send_wait_sms_log(self):
|
||||
self.send_log("等待短信", subject=LOG_SUBJECT_EVENT, type=TYPE_SMS_RECEIVED)
|
||||
|
||||
if __name__ == '__main__':
|
||||
init_logger()
|
||||
|
||||
Reference in New Issue
Block a user