jonathanjordan21 commited on
Commit
12b9646
·
verified ·
1 Parent(s): 4843d7c

Update extract.py

Browse files
Files changed (1) hide show
  1. extract.py +1 -1
extract.py CHANGED
@@ -124,7 +124,7 @@ def scrape_vehicle(driver):
124
 
125
 
126
  def get_vehicle_info_bs4(nopol: str):
127
- content = requests.get("https://www.jambisamsat.net/infopkb.php", params={"no_polisi":"BH 1337 NN"}).content
128
  soup = BeautifulSoup(content, "html.parser")
129
 
130
  # === 1. Data Kendaraan ===
 
124
 
125
 
126
  def get_vehicle_info_bs4(nopol: str):
127
+ content = requests.get("https://www.jambisamsat.net/infopkb.php", params={"no_polisi":nopol}).content
128
  soup = BeautifulSoup(content, "html.parser")
129
 
130
  # === 1. Data Kendaraan ===