Your Name 3 năm trước cách đây
mục cha
commit
0a1d03854a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      choozmo/urlshorten/main.py

+ 0 - 1
choozmo/urlshorten/main.py

@@ -39,7 +39,6 @@ class kw_req(BaseModel):
 
 @app.post("/urldata")
 async def get_domain_by_keyword(req:kw_req):
-    url=kw_req.fullurl
     print(kw_req)
     print(kw_req.fullurl)
     print(kw_req.shorturl)