jonathanjordan21 commited on
Commit
ca69e82
·
verified ·
1 Parent(s): 48ace64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -738,7 +738,7 @@ async def greet_json(body: InputData):
738
 
739
  @app.get("/get_data")
740
  def get_data(nopol: str):
741
-
742
  options = webdriver.ChromeOptions()
743
  options.add_argument("--headless")
744
  options.add_argument("--disable-gpu")
 
738
 
739
  @app.get("/get_data")
740
  def get_data(nopol: str):
741
+ print(nopol)
742
  options = webdriver.ChromeOptions()
743
  options.add_argument("--headless")
744
  options.add_argument("--disable-gpu")