diff --git a/app/cron_options_single_contract.py b/app/cron_options_single_contract.py index 5255c3b..de1801b 100644 --- a/app/cron_options_single_contract.py +++ b/app/cron_options_single_contract.py @@ -341,7 +341,7 @@ def get_tickers_from_directory(directory: str): async def main(): total_symbols = get_tickers_from_directory(directory_path) - if len(total_symbols) < 3000: + if len(total_symbols) < 2000: total_symbols = get_total_symbols() # Split the symbols into chunks of 2