reduce number

This commit is contained in:
MuslemRahimi 2025-01-25 22:57:10 +01:00
parent 543cc931f0
commit f937f3b3da

View File

@ -341,7 +341,7 @@ def get_tickers_from_directory(directory: str):
async def main(): async def main():
total_symbols = get_tickers_from_directory(directory_path) total_symbols = get_tickers_from_directory(directory_path)
if len(total_symbols) < 3000: if len(total_symbols) < 2000:
total_symbols = get_total_symbols() total_symbols = get_total_symbols()
# Split the symbols into chunks of 2 # Split the symbols into chunks of 2