hostname changed
This commit is contained in:
parent
89f646fc6c
commit
58f364d930
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ std::string HttpClient::retrieveWasteDatesAsCsv() {
|
||||||
|
|
||||||
std::string result("");
|
std::string result("");
|
||||||
|
|
||||||
err_t err = httpc_get_file_dns("beenas.brodbeck-online.de", port, "/abfall/abfall.csv",
|
err_t err = httpc_get_file_dns("hornet.brodbeck-online.de", port, "/abfall/abfall.csv",
|
||||||
&m_settings, body_callback, nullptr, nullptr);
|
&m_settings, body_callback, nullptr, nullptr);
|
||||||
|
|
||||||
// If there was an error, return empty result.
|
// If there was an error, return empty result.
|
||||||
|
@ -75,4 +75,4 @@ std::string HttpClient::retrieveWasteDatesAsCsv() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue