We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf6041 commit 73cf01dCopy full SHA for 73cf01d
1 file changed
main.py
@@ -46,7 +46,7 @@ def batches(iterable, batch_size):
46
list_started = True
47
if list_started:
48
# when this bool variable is True, we can start appending the variables in our list
49
- colors_list.append(value)
+ colors_list.append(key.lower())
50
51
search_txt = TextField(
52
expand=1, hint_text="Enter keyword and press search button", autofocus=True,
0 commit comments