Skip to content

Commit 73cf01d

Browse files
committed
Update main.py
1 parent 5bf6041 commit 73cf01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def batches(iterable, batch_size):
4646
list_started = True
4747
if list_started:
4848
# when this bool variable is True, we can start appending the variables in our list
49-
colors_list.append(value)
49+
colors_list.append(key.lower())
5050

5151
search_txt = TextField(
5252
expand=1, hint_text="Enter keyword and press search button", autofocus=True,

0 commit comments

Comments
 (0)