Log quotes even without caching

kivy_mainline_and_py3.8
Tyler Goodlet 2018-12-11 17:09:59 -05:00
parent 7b5c73bb45
commit 743ca6bfe3
1 changed files with 1 additions and 0 deletions

View File

@ -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