diff --git a/poc/actual/manager.py b/poc/actual/manager.py index c8a6d19..77cd262 100644 --- a/poc/actual/manager.py +++ b/poc/actual/manager.py @@ -144,7 +144,7 @@ async def run(self) -> None: print( f"{self.__class__.__name__}: number of empty tok_ids: {(self.tok_ids == -1).sum()}" ) - print(f"{self.__class__.__name__}: {self.tok_ids=}") + print(f"{self.__class__.__name__}: tok_ids:\n{self.tok_ids}") any_rejected: bool = False if to_verify_semaphore > 0: await self.send_reqeust_verify()