kopia lustrzana https://gitlab.com/tomaszg/geostat
Fix function to grab only ratings from OKapi - should use simpler OKapi call
rodzic
9a13be52f0
commit
e23fdcfcb8
|
@ -287,7 +287,7 @@ void Okapi::update_caches_ratings(Caches& cc) const {
|
||||||
}
|
}
|
||||||
codes_list.pop_back(); // remove trailing '|'
|
codes_list.pop_back(); // remove trailing '|'
|
||||||
|
|
||||||
get_caches_json(codes_list);
|
get_caches_ratings_json(codes_list);
|
||||||
json j = json::parse(curl_output);
|
json j = json::parse(curl_output);
|
||||||
codes_list.clear();
|
codes_list.clear();
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue