Skip to content

Commit

Permalink
Bug fix for ETF export (#3664)
Browse files Browse the repository at this point in the history
  • Loading branch information
victortangggg authored Nov 30, 2022
1 parent 1dc3bc0 commit 32bfba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openbb_terminal/etf/financedatabase_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def display_etf_by_name(
title="ETFs by Total Assets",
)

export_data(export, os.path.dirname(os.path.abspath(__file__)), "ln_fd", data)
export_data(
export, os.path.dirname(os.path.abspath(__file__)), "ln_fd", table_data_sorted
)


@log_start_end(log=logger)
Expand Down

0 comments on commit 32bfba4

Please sign in to comment.