Explorar el Código

kw basic search

ming hace 3 años
padre
commit
7f215e1985
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      similar_web/main.py

+ 1 - 2
similar_web/main.py

@@ -101,8 +101,7 @@ def domain_filter(url_array):
     return list_filted
             
 
-
-def get_domain():        
+   
 @app.get("/index")
 async def index():
     return FileResponse('index.html')