Update 网络收集.py

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