feat: add daily manual price review workflow
This commit is contained in:
@@ -220,6 +220,9 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
|
||||
upload=(
|
||||
processing_input.coordinator if processing_input is not None else None
|
||||
),
|
||||
price_reviews=(
|
||||
processing_input.coordinator if processing_input is not None else None
|
||||
),
|
||||
monthly=monthly,
|
||||
company_reports=company_reports,
|
||||
booking_sources=booking_sources,
|
||||
|
||||
Reference in New Issue
Block a user