mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-04-28 22:16:32 +02:00
Fix adsb asset retrival to be more fault tolerant. Fix download issue for 2024-07-03
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user