From b7433239a58bdd5b69548a22b997e89f0eccc512 Mon Sep 17 00:00:00 2001 From: codey Date: Sat, 9 Aug 2025 07:50:54 -0400 Subject: [PATCH] rm copypasta comment --- endpoints/rip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/rip.py b/endpoints/rip.py index 5465043..00cb337 100644 --- a/endpoints/rip.py +++ b/endpoints/rip.py @@ -29,7 +29,7 @@ class RIP(FastAPI): for endpoint, handler in self.endpoints.items(): dependencies = [ Depends(RateLimiter(times=8, seconds=2)) - ] # Do not rate limit image retrievals (cached) + ] app.add_api_route( f"/{endpoint}", handler,