jonathanjordan21 commited on
Commit
8d8daac
·
verified ·
1 Parent(s): 96a0ae1

Update extract.py

Browse files
Files changed (1) hide show
  1. extract.py +2 -1
extract.py CHANGED
@@ -164,7 +164,8 @@ def get_vehicle_info_bs4(nopol: str):
164
  rincians_pkb.append({
165
  "pokok": cols[0].get_text(strip=True),
166
  "denda": cols[1].get_text(strip=True),
167
- "total": cols[2].get_text(strip=True)
 
168
  })
169
 
170
  # === 4. Rincian SWDKLLJ ===
 
164
  rincians_pkb.append({
165
  "pokok": cols[0].get_text(strip=True),
166
  "denda": cols[1].get_text(strip=True),
167
+ "total": cols[2].get_text(strip=True),
168
+ "jenis": cols[3].get_text(strip=True)
169
  })
170
 
171
  # === 4. Rincian SWDKLLJ ===