ib.feed: better no-bars error-log message format
parent
8a5bb688af
commit
588569edb3
|
@ -214,7 +214,9 @@ async def open_history_client(
|
||||||
|
|
||||||
# could be trying to retreive bars over weekend
|
# could be trying to retreive bars over weekend
|
||||||
if out is None:
|
if out is None:
|
||||||
log.error(f"Can't grab bars starting at {end_dt}!?!?")
|
log.error(
|
||||||
|
f"No bars starting at {end_dt!r} !?!?"
|
||||||
|
)
|
||||||
if (
|
if (
|
||||||
end_dt
|
end_dt
|
||||||
and head_dt
|
and head_dt
|
||||||
|
|
Loading…
Reference in New Issue