diff --git a/src/data/ingestion/ingest_yahoo_options.py b/src/data/ingestion/ingest_yahoo_options.py index e87e279..8c1dff2 100644 --- a/src/data/ingestion/ingest_yahoo_options.py +++ b/src/data/ingestion/ingest_yahoo_options.py @@ -62,7 +62,7 @@ def get_or_create_underlying(conn, symbol: str) -> int: }) result = conn.execute(query_select, {"symbol": symbol}).fetchone() - return result[0] + return result[0] #h def get_or_create_contract(