소스 검색

kw basic search

ming 3 년 전
부모
커밋
7f215e1985
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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')