From 4efccb5688863d305b57476d55c1912e15a7f78b Mon Sep 17 00:00:00 2001 From: xiaofeng wang Date: Wed, 16 Jul 2025 15:46:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E4=B8=8A=E5=B1=82=E5=BD=B1?= =?UTF-8?q?=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/report.py b/report.py index 3b11cc9..5929408 100644 --- a/report.py +++ b/report.py @@ -109,6 +109,7 @@ while True: subsequent_list = db.get_subsequent_report_video(MACHINE_ID) if len(subsequent_list) > 0: for li in subsequent_list: + subsequent_status = 0 r_id = li['report_id'] logger.info(f"subsequent report_id:{r_id} ") # try: