Skip to content

Commit 7aa1942

Browse files
committed
Fix icons-browser
Fix #143
1 parent 0d9dc7d commit 7aa1942

File tree

4 files changed

+170
-352
lines changed

4 files changed

+170
-352
lines changed

python/apps/icons-browser/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
for key, value in vars(icons).items():
4747
if key == "TEN_K":
4848
list_started = True
49-
if list_started:
49+
if list_started and isinstance(value, str):
5050
icons_list.append(value)
5151

5252
search_txt = TextField(

python/pdm.lock

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)