E-slam commited on
Commit
16f3c71
·
verified ·
1 Parent(s): 8feaae8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -148,7 +148,7 @@ async def main(page: ft.Page):
148
 
149
  str_lower = normalize_arabic(e.control.value)
150
  listview.controls = [
151
- list_items_list.get(n) for n in query_list if str_lower in normalize_arabic(n)
152
  ] if str_lower else []
153
  await page.update_async()
154
 
 
148
 
149
  str_lower = normalize_arabic(e.control.value)
150
  listview.controls = [
151
+ list_items.get(n) for n in query_list if str_lower in normalize_arabic(n)
152
  ] if str_lower else []
153
  await page.update_async()
154