Skip to content

Commit

Permalink
Update address.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 16, 2024
1 parent d2a1b89 commit 909bebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_portfolio/_ledgers/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ async def __worker_coro(queue: asyncio.Queue, ready_queue: asyncio.Queue) -> NoR
raise

def __stop_workers(self) -> None:
logger.info("stopping workers for %s", self)
for _ in range(len(_workers)):
self._workers.pop().cancel()

Expand Down

0 comments on commit 909bebe

Please sign in to comment.