E-slam commited on
Commit
eb373e0
·
verified ·
1 Parent(s): c315b2c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -160,7 +160,7 @@ async def main(page: ft.Page):
160
  listview.controls = [
161
  list_items_list.get(n) for n in query_list if str_lower in normalize_arabic(n)
162
  ] if str_lower else []
163
- await page.update_async(
164
 
165
  async def send_button(e):
166
  global first_run
 
160
  listview.controls = [
161
  list_items_list.get(n) for n in query_list if str_lower in normalize_arabic(n)
162
  ] if str_lower else []
163
+ await page.update_async()
164
 
165
  async def send_button(e):
166
  global first_run