Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Aug 18, 2023
1 parent 271ab8b commit 7e3af83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openbb_sdk/providers/cboe/openbb_cboe/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ def get_cboe_index_directory() -> pd.DataFrame:
return pd.DataFrame()


INDEXES = get_cboe_index_directory().index.tolist()
INDEXES = [] #get_cboe_index_directory().index.tolist()
SYMBOLS = pd.DataFrame()
try:
SYMBOLS = get_cboe_directory()
SYMBOLS = pd.DataFrame()
except SYMBOLS.empty:
current_dir = os.path.dirname(os.path.realpath(__file__))
file = "cboe_companies.json"
Expand Down

0 comments on commit 7e3af83

Please sign in to comment.