From a3fec20b528a2edb603df6bb78667f356867f71a Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Tue, 31 Dec 2019 17:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api.py b/api.py index 69c1376..012bd63 100644 --- a/api.py +++ b/api.py @@ -377,7 +377,7 @@ if __name__ == "__main__": time.sleep(5) except Exception as e: print(e) - else: - print("主播未开播,等待2分钟后重试") - time.sleep(60) - api.updRoomInfo() + else: + print("主播未开播,等待1分钟后重试") + time.sleep(60) + api.updRoomInfo()