Skip to content

Commit

Permalink
replace 'dm' -> 'fc'
Browse files Browse the repository at this point in the history
Signed-off-by: chipmuenk <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Oct 3, 2016
1 parent 0ea4481 commit 0c54013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfda/input_widgets/freq_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def update_UI(self, new_labels = []):

#---------------------------- logging -----------------------------
logger.debug("update_UI: {0}-{1}-{2}".format(
fb.fil[0]["rt"],fb.fil[0]["dm"],fb.fil[0]["fo"]))
fb.fil[0]['rt'],fb.fil[0]['fc'],fb.fil[0]['fo']))

for i in range(num_new_labels):
# Update ALL labels and corresponding values
Expand Down

0 comments on commit 0c54013

Please sign in to comment.