Browse Source

kw basic search

ming 3 years ago
parent
commit
7f215e1985
1 changed files with 1 additions and 2 deletions
  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')