From 733cb3f8b4ee1a3a9179b1d6da62265b7a63bb7b Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 2 Apr 2025 09:34:00 +0200 Subject: [PATCH] typo --- app/cron_financial_statements.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/cron_financial_statements.py b/app/cron_financial_statements.py index 5e64b58..12903f6 100644 --- a/app/cron_financial_statements.py +++ b/app/cron_financial_statements.py @@ -154,8 +154,6 @@ async def run(): rate_limiter = RateLimiter(max_requests=1000, time_window=60) semaphore = asyncio.Semaphore(max_concurrent_requests) - symbols = ['NVDA'] - async with aiohttp.ClientSession() as session: tasks = [] for symbol in tqdm(symbols):