From 3d0db36ce9189f89f86ac825b995bde336276516 Mon Sep 17 00:00:00 2001 From: codey Date: Sat, 10 Aug 2024 22:57:45 -0400 Subject: [PATCH] push --- endpoints/LyricSearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index 00f6a5f..9f9f5a3 100644 --- a/endpoints/LyricSearch.py +++ b/endpoints/LyricSearch.py @@ -16,7 +16,7 @@ class ValidRequest(BaseModel): t: str | None = None sub: str | None = None extra: bool | None = False - src: str | None = None + src: str class LyricSearch(FastAPI):