Added a logging statement to better see where the child dies
This commit is contained in:
@@ -1558,7 +1558,7 @@ class ConversionService:
|
||||
"regular": 0,
|
||||
"awareness": 0,
|
||||
}
|
||||
|
||||
_LOGGER.info("Classifying regular guests for hotel %s", self.hotel_id)
|
||||
try:
|
||||
query = (
|
||||
select(ConversionGuest)
|
||||
|
||||
Reference in New Issue
Block a user