Procházet zdrojové kódy

add http prefix at swapFace

ming před 3 roky
rodič
revize
907362a2e6
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 1
      api/main.py
  2. 1 0
      fswap

+ 1 - 1
api/main.py

@@ -86,7 +86,7 @@ async def swapFace(req:swap_req):
     result = sf.run()
     #notify_group(result)hi
     '''
-    if 'http' not in req.imgrul:
+    if 'http' not in req.imgurl:
         req.imgurl= 'http://'+req.imgurl
     try:
         im = Image.open(requests.get(req.imgurl, stream=True).raw)

+ 1 - 0
fswap

@@ -0,0 +1 @@
+Subproject commit f232217bb10af01fda800cf95fd72cf1f37659f0