From 34208a640094d86182f647fcd55f007c7d017501 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sat, 14 Jun 2025 23:28:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dreport.py=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=AD=A3=E7=A1=AE=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=88=98=E6=96=97=E8=AE=B0=E5=BD=95=E7=8A=B6=E6=80=81?= 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 fec1778..fb7e129 100644 --- a/report.py +++ b/report.py @@ -26,7 +26,7 @@ while True: db.flush() except Exception as e: logger.logger.error(f"ID:{li['id']}, e:{e}") - db.update_fight_record_status(li['id'], 3, str(e)) + db.update_fight_record_status(li['id'], 0,3, str(e)) time.sleep(1 * 60)