Skip to content

Commit 35ed251

Browse files
committed
Fix Tiingo rest call from PseudoClient
1 parent c0c54c6 commit 35ed251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_generator/tiingo_data_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def connect(self, handle_msg):
7171
# Get price data synchronously but don't block the event loop
7272
loop = asyncio.get_event_loop()
7373
price_sources = await loop.run_in_executor(
74-
None, self._svc.get_closes_rest, trade_pairs_to_query, False
74+
None, self._svc.get_closes_rest, trade_pairs_to_query, current_time * 1000
7575
)
7676

7777
# Process each price source

0 commit comments

Comments
 (0)