Skip to content

Commit

Permalink
Merge branch 'master' into BobTheBuidler-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 16, 2024
2 parents 633a137 + d2f00fe commit 23613b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eth_portfolio/_ydb/token_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ async def yield_thru_block(self, block) -> AsyncIterator["Task[TokenTransfer]"]:
if not _logger_is_enabled_for(DEBUG):
async for task in self._objects_thru(block=block):
yield task

return

_logger_log(DEBUG, "%s yielding all objects thru block %s", (self, block))
async for task in self._objects_thru(block=block):
_logger_log(
Expand Down

0 comments on commit 23613b1

Please sign in to comment.