From 46e6c1c9f841d4fafff34863b358006ba44dcb3d Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 25 Oct 2024 21:38:50 +0200 Subject: [PATCH] bugfixing --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index dc42824..bd24db3 100755 --- a/app/main.py +++ b/app/main.py @@ -225,8 +225,8 @@ class PoliticianId(BaseModel): class TranscriptData(BaseModel): ticker: str - year: str - quarter: str + year: int + quarter: int class GetWatchList(BaseModel): watchListId: str