Report with `{fqme!r}` in feed allocator for type clarity
parent
60861e0a42
commit
f847ff0797
|
|
@ -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