Update 网络收集.py

This commit is contained in:
frxz751113
2024-09-19 17:33:51 +08:00
committed by GitHub
parent a54e0dba06
commit a99f0e3755
+1 -1
View File
@@ -476,7 +476,7 @@ def merge_and_filter():
if frame_count >= 50:
detected_ips[ip_key] = {'status': 'ok'}
output_file.write(line)
alid_line_count += 1
valid_line_count += 1
else:
detected_ips[ip_key] = {'status': 'fail'}
print(f"有效的总行数为:{valid_line_count}")