From 38b6e3f028f8e5bfcd6419ae9b2ecb36c5e444a8 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Mon, 21 Mar 2022 17:33:34 +0100 Subject: [PATCH] try to receive sms --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f95cdc5..39c26db 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ from pojo.serial_modem import SerialModem from logs.AppLogging import init_logger from utils.message_receiver import MessageReceiver -OTP_TIMEOUT = 130 +OTP_TIMEOUT = 600 is_finished = False commandor = Commandor() contacts = []