Log quotes even without caching
parent
7b5c73bb45
commit
743ca6bfe3
|
@ -90,6 +90,7 @@ async def stream_quotes(
|
|||
new_quotes.append(quote)
|
||||
else:
|
||||
new_quotes = quotes
|
||||
log.info(f"Delivering quotes:\n{quotes}")
|
||||
|
||||
yield new_quotes
|
||||
|
||||
|
|
Loading…
Reference in New Issue