Fix null match

incr_update_backup
Tyler Goodlet 2022-04-24 12:33:48 -04:00
parent 447549e1af
commit ba30b5d9bf
1 changed files with 1 additions and 1 deletions

View File

@ -1561,7 +1561,7 @@ async def open_history_client(
# TODO: add logic here to handle tradable hours and only grab
# valid bars in the range
if out == (None, None):
if out is None:
# could be trying to retreive bars over weekend
log.error(f"Can't grab bars starting at {end_dt}!?!?")
raise NoData(