Skip to content

Commit 3338b73

Browse files
committed
Use getter for cutoff frequency
1 parent 01b6e7a commit 3338b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/explorepy/stream_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,4 @@ def get_power_line_freq(self):
618618
None
619619
)
620620

621-
return match.cutoff_freq if match else None
621+
return match.get_cutoff_freq() if match else None

0 commit comments

Comments
 (0)