hostname changed

This commit is contained in:
Martin Brodbeck 2023-06-14 15:01:33 +02:00
parent 89f646fc6c
commit 58f364d930
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ std::string HttpClient::retrieveWasteDatesAsCsv() {
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);
// If there was an error, return empty result.
@ -75,4 +75,4 @@ std::string HttpClient::retrieveWasteDatesAsCsv() {
#endif
return result;
}
}