sql-rework
Tomasz Goliński 2019-11-11 21:12:06 +01:00
rodzic ab283c8672
commit f2b6a1ad5b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -4,7 +4,6 @@
#include <string>
#include <fstream>
// #include <filesystem>
#include <sqlite3.h>
#include <unistd.h>
#include <nlohmann/json.hpp>
@ -53,6 +52,7 @@ int main(int argc, char** argv) {
OCdb db(Database);
if (!Dump_path.empty())
db.init(Dump_path);
if (update) {
std::string ocpl_url = "https://opencaching.pl/okapi/";
#include "config_user_key.h"

Wyświetl plik

@ -287,7 +287,7 @@ int main(int argc, char** argv) {
if (show_html && get_not_found) {
std::cout << "<div class=\"basic_stats\">\n";
std::cout << "Still " << cc.size() << "caches to be found...<br>\n";
std::cout << "Still " << cc.size() << " caches to be found...<br>\n";
std::cout << "</div>\n";
}