From c8f0fb73e49f6b6b6ac1690c585c25ab7dbd2b88 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 11 Sep 2025 00:01:46 +0100 Subject: Always pass API URL to curlGetUserAgentDetail --- src/ingestor.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index d9d49a3..f181ea3 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -31,6 +31,8 @@ namespace WebStat { template void storeLogLine(DB::Connection *, const std::tuple &) const; + std::string userAgentAPI = "https://useragentstring.com"; + protected: size_t linesRead = 0; size_t linesParsed = 0; -- cgit v1.2.3