From 603ad33ceb753dd19c376ed913e3181982c72d1d Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sun, 15 Jun 2025 14:05:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=97=B4=E9=9A=94=E6=8E=A7=E5=88=B6=E4=BB=A5=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E9=A2=91=E7=B9=81=E8=AF=B7=E6=B1=82=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?report.py=E4=B8=AD=E7=9A=84=E7=8A=B6=E6=80=81=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report.py b/report.py index 5f4c1f9..0df039f 100644 --- a/report.py +++ b/report.py @@ -58,5 +58,5 @@ while True: except Exception as e: logger.logger.error(f"ID:{rs_id}, e:{e}") db.update_subsequent_status_by_id(rs_id, 1, str(e)) - + time.sleep(5) # 避免频繁请求 time.sleep(5) \ No newline at end of file