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):