Skip to content

Commit

Permalink
Fix uncached_syms in data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edtechre committed Sep 7, 2023
1 parent 5f0af9d commit e23b37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybroker/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def query(
end_date=end_date,
)
df = self._fetch_data(
unique_syms, start_date, end_date, timeframe, adjust
frozenset(uncached_syms), start_date, end_date, timeframe, adjust
)
if (
self._scope.data_source_cache is not None
Expand Down

0 comments on commit e23b37b

Please sign in to comment.