File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def log_to_event(log):
50
50
"c_port" : log ["c-port" ] if log ["c-port" ] != "-" else None ,
51
51
"time_to_first_byte" : log ["time-to-first-byte" ] if log ["time-to-first-byte" ] != "-" else None ,
52
52
"x_edge_detailed_result_type" : log ["x-edge-detailed-result-type" ] if log ["x-edge-detailed-result-type" ] != "-" else None ,
53
- "content_type" : log ["sc_content -type" ] if log ["sc-content-type" ] != "-" else None ,
53
+ "content_type" : log ["sc-content -type" ] if log ["sc-content-type" ] != "-" else None ,
54
54
"content_len" : log ["sc-content-len" ] if log ["sc-content-len" ] != "-" else None ,
55
55
"range_start" : log ["sc-range-start" ] if log ["sc-range-start" ] != "-" else None ,
56
56
"range_end" : log ["sc-range-end" ] if log ["sc-range-end" ] != "-" else None ,
You can’t perform that action at this time.
0 commit comments