From 35cd14ba02da4a9fba5b4ce3d2f5e07658e4a050 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Tue, 8 Jul 2025 20:42:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=90=8E=E7=BB=AD=E7=8A=B6=E6=80=81=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=96=B9=E6=B3=95=E5=90=8D=E7=A7=B0=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E5=8F=AF=E8=AF=BB=E6=80=A7?= 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 02fb30a..3b11cc9 100644 --- a/report.py +++ b/report.py @@ -113,7 +113,7 @@ while True: logger.info(f"subsequent report_id:{r_id} ") # try: subsequent_status, info = d.report_follow_up(r_id) - db.update_subsequent_status_by_id( + db.update_subsequent_status_by_report_id( r_id, subsequent_status, f"http://{ip}:5000/image/{info}" ) # except Exception as e: