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

Commit f3ada90

Browse files
author
Endaltsev Nikita
committed
update, fix carousel
1 parent 55a544c commit f3ada90

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)