Report with `{fqme!r}` in feed allocator for type clarity
parent
f0c17c2b3c
commit
a8598b17fb
|
|
@ -357,7 +357,9 @@ async def allocate_persistent_feed(
|
|||
|
||||
# yield back control to starting nursery once we receive either
|
||||
# some history or a real-time quote.
|
||||
log.info(f'loading OHLCV history: {fqme}')
|
||||
log.info(
|
||||
f'loading OHLCV history: {fqme!r}\n'
|
||||
)
|
||||
await some_data_ready.wait()
|
||||
|
||||
flume = Flume(
|
||||
|
|
|
|||
Loading…
Reference in New Issue