Skip to content

Commit

Permalink
Simplify cheating
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Aug 1, 2023
1 parent a1bb918 commit 8730415
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ def add_notch_filter(notch_filters, gap_filler):
notch_filters.children += (new_filter,)


def filter_cheat():
global_values = globals()
def filter_cheat(global_values):
frequency_bin_upper_ends = global_values['frequency_bin_upper_ends']
sliders = global_values['equalizer_sliders']
notch_filters = global_values['notch_filter_list']
Expand Down

0 comments on commit 8730415

Please sign in to comment.