Skip to content

Commit

Permalink
Fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Feb 7, 2024
1 parent a5fa18e commit 5aa42d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adserver/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5aa42d5

Please sign in to comment.