Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -748,7 +748,7 @@ async def greet_json(body: InputData):
|
|
748 |
|
749 |
|
750 |
@app.get("/get_nilai_jual")
|
751 |
-
def get_nilai_jual(nopol: str)
|
752 |
data_kendaraan, total_tagihan, rincians_pkb, rincians_swd = get_vehicle_info_bs4(nopol)
|
753 |
if data_kendaraan:
|
754 |
html = requests.post(
|
|
|
748 |
|
749 |
|
750 |
@app.get("/get_nilai_jual")
|
751 |
+
def get_nilai_jual(nopol: str):
|
752 |
data_kendaraan, total_tagihan, rincians_pkb, rincians_swd = get_vehicle_info_bs4(nopol)
|
753 |
if data_kendaraan:
|
754 |
html = requests.post(
|