Skip to content

Commit

Permalink
Removing erroneous dizque_instance causing add_fillers to fail (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfenton authored Jun 14, 2024
1 parent 71b00eb commit f7ebc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dizqueTV/models/fillers.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def add_fillers(
filler_list_data = self._data

fillers = self._dizque_instance.expand_custom_show_items(
programs=fillers, dizque_instance=self
programs=fillers
)

for filler in fillers:
Expand Down

0 comments on commit f7ebc40

Please sign in to comment.