mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 12:10:04 +00:00
Update default map provider to COD
- AllisonHouse does not officially support retrieving warnings using directory listing. - Quick fix to another working default while a more permanent fix is made.
This commit is contained in:
parent
acdf8fe158
commit
f7b904a8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public:
|
||||||
explicit Impl()
|
explicit Impl()
|
||||||
{
|
{
|
||||||
const std::string defaultWarningsProviderValue =
|
const std::string defaultWarningsProviderValue =
|
||||||
"https://warnings.allisonhouse.com";
|
"https://warnings.cod.edu";
|
||||||
|
|
||||||
std::string defaultClockFormatValue =
|
std::string defaultClockFormatValue =
|
||||||
scwx::util::GetClockFormatName(scwx::util::ClockFormat::_24Hour);
|
scwx::util::GetClockFormatName(scwx::util::ClockFormat::_24Hour);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue