Skip to content

Commit

Permalink
Merge branch 'main' into rel
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 9, 2024
2 parents acf2803 + 0cdf891 commit 7892293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adserver/decisionengine/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ def select_flight(self):
self.niche_weights = get_niche_weights(
url=self.url, flights=flights_with_niche_targeting
)
log.info("Niche targeting weights: %s", self.niche_weights)
if self.niche_weights:
log.debug("Niche targeting weights: %s", self.niche_weights)

for flight in possible_flights:
# Handle excluding flights based on targeting
Expand Down

0 comments on commit 7892293

Please sign in to comment.