Added is_regular and awarness detection
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user