Revert using sample API key for the currency converter
This commit is contained in:
parent
cc69738a89
commit
093e1e0fb0
|
@ -48,7 +48,7 @@ namespace Core.Main.DataObjects.PTMagicData
|
|||
public string TimezoneOffset { get; set; } = "+0:00";
|
||||
public string MainFiatCurrency { get; set; } = "USD";
|
||||
public string CoinMarketCapAPIKey { get; set; }
|
||||
public string FreeCurrencyConverterAPIKey { get; set; } = "sample-api-key";
|
||||
public string FreeCurrencyConverterAPIKey { get; set; }
|
||||
}
|
||||
|
||||
public class Monitor
|
||||
|
|
|
@ -701,7 +701,7 @@ namespace Core.Main
|
|||
}
|
||||
else
|
||||
{
|
||||
this.Log.DoLogInfo("No FreeCurrencyConverterApi KEY specified, using default key.");
|
||||
this.Log.DoLogInfo("No FreeCurrencyConverterApi KEY specified, you can only use USD; apply for a key at: https://freecurrencyrates.com/en");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue