From 81780ecd0a4cb68a2be4e91c863f543e3768b8e5 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sun, 15 Jun 2025 11:05:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0report.py=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=90=8E=E7=BB=AD=E7=8A=B6=E6=80=81=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=BB=A5=E5=A2=9E=E5=BC=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=AE=8C=E6=95=B4=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 fb7e129..d03d355 100644 --- a/report.py +++ b/report.py @@ -40,7 +40,7 @@ while True: logger.logger.info(f"subsequent id:{rs_id},report_id:{r_id} ") try: subsequent_status, info = d.report_follow_up(r_id) - db.update_subsequent_status_by_id(rs_id, subsequent_status, info) + db.update_subsequent_status_by_id(rs_id, subsequent_status, f"http://123.58.197.91:5000/image/{info}") except Exception as e: logger.logger.error(f"ID:{rs_id}, e:{e}") db.update_subsequent_status_by_id(rs_id, 1, str(e))