Assign external URI for Kayak hotels.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2023-09-01 08:25:38 -03:00
committed by Konstantin Pastbin
parent e7c04c5459
commit 6368ba477f
16 changed files with 150 additions and 45 deletions

View File

@@ -98,7 +98,7 @@ void CountryFinalProcessor::Order()
void CountryFinalProcessor::ProcessBooking()
{
KayakDataset dataset(m_hotelsFilename);
KayakDataset dataset(m_hotelsFilename, m_hotelPlacesFileName);
LOG(LINFO, ("Loaded", dataset.GetStorage().Size(), "hotels from", m_hotelsFilename));
std::ofstream matchingLogStream;