diff --git a/examples/scrollbar.py b/examples/scrollbar.py index c461ea8..554e116 100644 --- a/examples/scrollbar.py +++ b/examples/scrollbar.py @@ -4,7 +4,7 @@ cli = ScrollBar( "How are you feeling today? ", - emojis.feelings[0], + emojis.feelings, height = 5, align = 5, margin = 0, @@ -15,4 +15,4 @@ ) print('\n') result = cli.launch() -print(result) \ No newline at end of file +print(result)