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: