Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardAnt committed Sep 22, 2024
1 parent 6872f44 commit f226d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poc/actual/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f226d0a

Please sign in to comment.