Explorar o código

add http prefix at swapFace

ming %!s(int64=3) %!d(string=hai) anos
pai
achega
907362a2e6
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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