supeng 3 months ago
parent
commit
a442d9210a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bitrate.py

+ 1 - 1
bitrate.py

@@ -58,7 +58,7 @@ def process_csv(file_path):
         for row in reader:
             count += 1
             if count % 10000 == 0:
-                print(f"count = :{count}")
+                print(f"count = :{count} bitrate_counter = {bitrate_counter} size_counter = {size_counter}")
 
             url1 = row['path_264']
             url2 = row['path_265']