add cron job

This commit is contained in:
MuslemRahimi 2025-03-26 00:16:27 +01:00
parent 483679619d
commit eeb72f0fdc

View File

@ -100,6 +100,7 @@ def run_options_jobs():
run_command(["python3", "cron_options_hottest_contracts.py"])
run_command(["python3", "cron_implied_volatility.py"])
run_command(["python3", "cron_options_gex_dex.py"])
run_command(["python3", "cron_options_contract_lookup.py"])
def run_cron_insider_trading():