naufalnashif commited on
Commit
a405279
·
1 Parent(s): d453889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -145,9 +145,7 @@ def scrape_shopee(nama_barang, num_items):
145
 
146
 
147
  page += 1
148
- finally:
149
- if wd:
150
- wd.quit()
151
  time.sleep(1)
152
  my_bar.empty()
153
  return products
 
145
 
146
 
147
  page += 1
148
+
 
 
149
  time.sleep(1)
150
  my_bar.empty()
151
  return products