Skip to content

Commit fc75ef4

Browse files
committed
Remove parsed_css from custom_metrics
Fix HTTPArchive/httparchive.org#923
1 parent f333426 commit fc75ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HTTPArchive/httparchive.py

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ def get_custom_metrics(page, wptid, max_size=None):
116116
custom_metrics = {}
117117

118118
for metric in page_metrics:
119+
if metric == 'parsed_css':
120+
continue
121+
119122
value = page.get(f"_{metric}")
120123

121124
if isinstance(value, str):

0 commit comments

Comments
 (0)