change TRip to use StreamRip rather than Hifi-Tui due to bugs
This commit is contained in:
@@ -27,9 +27,7 @@ class RIP(FastAPI):
|
||||
}
|
||||
|
||||
for endpoint, handler in self.endpoints.items():
|
||||
dependencies = [
|
||||
Depends(RateLimiter(times=8, seconds=2))
|
||||
]
|
||||
dependencies = [Depends(RateLimiter(times=8, seconds=2))]
|
||||
app.add_api_route(
|
||||
f"/{endpoint}",
|
||||
handler,
|
||||
|
Reference in New Issue
Block a user