bugfixing
This commit is contained in:
parent
c9cf6a2aac
commit
d44b5abac9
@ -265,8 +265,8 @@ async def get_data():
|
||||
longitude = location_data.longitude
|
||||
print(f"Latitude: {latitude}, Longitude: {longitude}")
|
||||
break
|
||||
except Exception as e:
|
||||
print(e)
|
||||
except:
|
||||
pass
|
||||
|
||||
for item in data:
|
||||
for price_item in sp500_list:
|
||||
|
||||
@ -98,11 +98,8 @@ def run_options_jobs():
|
||||
run_command(["python3", "cron_options_historical_volume.py"])
|
||||
run_command(["python3", "cron_options_hottest_contracts.py"])
|
||||
run_command(["python3", "cron_implied_volatility.py"])
|
||||
run_command(["python3", "cron_options_oi.py"])
|
||||
'''
|
||||
run_command(["python3", "cron_options_gex_dex.py"])
|
||||
'''
|
||||
|
||||
run_command(["python3", "cron_options_oi.py"])
|
||||
|
||||
|
||||
def run_cron_insider_trading():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user