This commit is contained in:
MuslemRahimi 2025-04-02 09:34:00 +02:00
parent e4d5f30fbe
commit 733cb3f8b4

View File

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