parent
21e15813c0
commit
a8ca0a8701
|
@ -705,7 +705,7 @@ namespace Core.Main
|
||||||
this.Log.DoLogInfo("No FreeCurrencyConverterApi KEY specified, you can only use USD; apply for a key at: https://freecurrencyrates.com/en");
|
this.Log.DoLogInfo("No FreeCurrencyConverterApi KEY specified, you can only use USD; apply for a key at: https://freecurrencyrates.com/en");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (System.NullReferenceException ex)
|
catch (System.NullReferenceException)
|
||||||
{
|
{
|
||||||
this.Log.DoLogError("PTM failed to read the Config File. That means something in the File is either missing or incorrect. If this happend after an update please take a look at the release notes at: https://github.com/PTMagicians/PTMagic/releases");
|
this.Log.DoLogError("PTM failed to read the Config File. That means something in the File is either missing or incorrect. If this happend after an update please take a look at the release notes at: https://github.com/PTMagicians/PTMagic/releases");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue