Skip to content

Commit

Permalink
Fixed pacing log message grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktmi committed Sep 4, 2024
1 parent 13529bc commit 507c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kytos/core/pacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async def ahit(self, action_name: str, *keys):
*identifiers
)
sleep_time = window_reset - time.time()
LOG.info(f'Limited reached: {identifiers}')
LOG.info(f'Limit reached: {identifiers}')
await asyncio.sleep(sleep_time)

def hit(self, action_name: str, *keys):
Expand Down

0 comments on commit 507c7fb

Please sign in to comment.