diff --git a/src/http_client.cpp b/src/http_client.cpp index c899c6c..4809783 100644 --- a/src/http_client.cpp +++ b/src/http_client.cpp @@ -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; -} \ No newline at end of file +}