Added is_regular and awarness detection

This commit is contained in:
Jonas Linter
2025-12-03 17:59:30 +01:00
parent 4a9c0b91a1
commit 16de553095
2 changed files with 162 additions and 2 deletions

View File

@@ -1199,6 +1199,8 @@ async def _process_conversion_xml_background(
conversion_service = ConversionService(session_maker, hotel.hotel_id)
processing_stats = await conversion_service.process_conversion_xml(xml_content, run_full_guest_matching=True)
await conversion_service.classify_regular_guests(24)
_LOGGER.info(
"Conversion processing complete for %s: %s", filename, processing_stats
)