Fix adsb asset retrival to be more fault tolerant. Fix download issue for 2024-07-03

This commit is contained in:
ggman12
2026-02-24 02:12:55 -05:00
parent aa509e8560
commit 55c464aad7
4 changed files with 57 additions and 19 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ def main():
if triggered_runs and not args.dry_run:
import json
timestamp = datetime.now().strftime('%Y%m%d_%H%M%S')
runs_file = f"./triggered_runs_{timestamp}.json"
runs_file = f"./output/triggered_runs_{timestamp}.json"
with open(runs_file, 'w') as f:
json.dump({
'start_date': args.start_date,