From 3ef0db1890664d97308b8d446d98c924a0a60022 Mon Sep 17 00:00:00 2001 From: lededev Date: Mon, 27 Sep 2021 03:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E5=AE=8C=E6=88=90=E4=B8=80=E9=83=A8?= =?UTF-8?q?=E5=BD=B1=E7=89=87=E5=88=B7=E6=96=B0=E4=B8=80=E4=B8=8B=E8=BE=93?= =?UTF-8?q?=E5=87=BA=EF=BC=8C=E4=BB=A5=E5=85=8D=E7=AD=89=E5=88=B0=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=BB=93=E6=9D=9F=E6=89=8D=E7=9C=8B=E5=88=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AV_Data_Capture.py | 1 + 1 file changed, 1 insertion(+) diff --git a/AV_Data_Capture.py b/AV_Data_Capture.py index ffe8bd6..c19cab1 100755 --- a/AV_Data_Capture.py +++ b/AV_Data_Capture.py @@ -338,6 +338,7 @@ f'[!]运行模式:**维护模式**,本程序将在处理{count_all}个视频 percentage = str(count / int(count_all) * 100)[:4] + '%' print('[!] - ' + percentage + ' [' + str(count) + '/' + count_all + '] -') create_data_and_move(movie_path, conf, conf.debug()) + sys.stdout.flush() if count >= stop_count: print("[!]Stop counter triggered!") break