diff --git a/adserver/models.py b/adserver/models.py index 010dcc5b..cf5c5f2f 100644 --- a/adserver/models.py +++ b/adserver/models.py @@ -1151,8 +1151,8 @@ def show_to_mobile(self, is_mobile): return True - def show_to_days(self, day): - """Check if a flight is valid for this traffic based on current day.""" + def show_to_day(self, day): + """Check if a flight is valid for this traffic based on the day.""" if not self.targeting_parameters: return True