diff --git a/kytos/core/pacing.py b/kytos/core/pacing.py index 0d4230a8..9ac7247c 100644 --- a/kytos/core/pacing.py +++ b/kytos/core/pacing.py @@ -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):