diff --git a/src/clear_bookings.py b/src/clear_bookings.py index 0f51352..7289724 100644 --- a/src/clear_bookings.py +++ b/src/clear_bookings.py @@ -392,7 +392,7 @@ def clear(target_calendars: list, is_test: bool=False) -> dict: # Add the other bookings to the overview for ob in other_bookings: - ob.is_declined = True + ob.is_declined = False ob.is_overlapping = False ob.is_other_booking = True overview.add(ob)