Skip to content

Commit

Permalink
refactor: replace add_items with add_item
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Dec 6, 2024
1 parent 366c630 commit b1474e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorindigo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def _override_openedx_docker_image(


for mfe in indigo_styled_mfes:
PLUGIN_SLOTS.add_items([
PLUGIN_SLOTS.add_item(
(
mfe,
"footer_slot",
Expand All @@ -200,7 +200,7 @@ def _override_openedx_docker_image(
},
},
{
op: PLUGIN_OPERATIONS.Insert,
op: PLUGIN_OPERATIONS.Insert,
widget: {
id: 'read_theme_cookie',
type: DIRECT_PLUGIN,
Expand All @@ -210,4 +210,4 @@ def _override_openedx_docker_image(
},
"""
),
])
)

0 comments on commit b1474e1

Please sign in to comment.