filter out invalid schedule items
This commit is contained in:
parent
fc02f8cafb
commit
6caa29e0c9
4 changed files with 44 additions and 23 deletions
|
@ -54,6 +54,7 @@ class AirtimeApiClient:
|
|||
data = self.services.schedule_url(
|
||||
params={
|
||||
"ends__range": ("{}Z,{}Z".format(str_current, str_end)),
|
||||
"is_valid": True,
|
||||
}
|
||||
)
|
||||
result = {"media": {}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue