dotnetdeveloperaz / MetalPriceConsole

Simple console application to get the closing price of gold, silver, palladium or platinum for the previous day. Can be scheduled to run daily or used manually..
0 stars 0 forks source link

Range of dates not working #54

Closed dotnetdeveloperaz closed 10 months ago

dotnetdeveloperaz commented 10 months ago

When attempting to get prices for a range of dates specifying --start and --end parameters, it fails. Something was broken. Need to look into it and fix it.

dotnetdeveloperaz commented 10 months ago

Ok, technically this wasn't broken. It's just not displaying that there are not enough calls left, like it used to. Adding that back in.