Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomn86 committed Dec 8, 2023
1 parent c349a44 commit 1356bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TLEGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ static void Main(string[] args)

Console.WriteLine($"TLEs retrieved: {satellitesFound}/{satellites.Count}");
Console.WriteLine($"API requests: {tleDataManager.GetApiRequestsNumber()}");
Console.WriteLine($"Output TLE file: {Path.GetFullPath(config.OutputFilePath)}");
Console.WriteLine($"Output TLE file: {Path.GetFullPath(outputFilePath)}");
}
}

0 comments on commit 1356bc7

Please sign in to comment.