From 8db4252d90c85007aa545c31843934d10245ee0f Mon Sep 17 00:00:00 2001 From: "xianping.wen" <931128603@qq.com> Date: Mon, 9 Sep 2019 11:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E9=A2=91?= =?UTF-8?q?=E6=AC=A1=E4=B8=BA3=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/urlConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/urlConf.py b/config/urlConf.py index 7d03f0e..bff41ef 100755 --- a/config/urlConf.py +++ b/config/urlConf.py @@ -23,7 +23,7 @@ urls = { "Host": "kyfw.12306.cn", "Content-Type": 1, "re_try": 10, - "re_time": 1, + "re_time": 3, "s_time": 0.1, "is_logger": True, "is_json": True,