Ver código fonte

kw basic search

ming 3 anos atrás
pai
commit
7f215e1985
1 arquivos alterados com 1 adições e 2 exclusões
  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')