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: