diff options
Diffstat (limited to 'gr-utils/python/utils/gr_plot_psd')
-rw-r--r-- | gr-utils/python/utils/gr_plot_psd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/utils/gr_plot_psd b/gr-utils/python/utils/gr_plot_psd index b052cbfdd7..891a940684 100644 --- a/gr-utils/python/utils/gr_plot_psd +++ b/gr-utils/python/utils/gr_plot_psd @@ -29,7 +29,7 @@ def main(): parser = plot_psd_base.setup_options() args = parser.parse_args() - dc = plot_psd_base(args.data_type, args.file, args) + plot_psd_base(None, args.file, args) if __name__ == "__main__": try: |