Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit efdcab0

Browse files
authored
Merge pull request #109 from Serafim-End/fix_items_carousel
update, fix carousel
2 parents 0bdf77b + f3ada90 commit efdcab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_assistant/response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class _CarouselCard(_ListSelector):
230230
"""Subclass of _CardWithItems used to build Carousel cards."""
231231

232232
def __init__(self, speech, items=None):
233-
super(_CarouselCard, self).__init__(speech, items)
233+
super(_CarouselCard, self).__init__(speech, items=items)
234234

235235
def _add_message(self):
236236
self._messages.append(

0 commit comments

Comments
 (0)