Explorar o código

add save src face

ming %!s(int64=3) %!d(string=hai) anos
pai
achega
1cb6a7d2c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -181,7 +181,7 @@ def gen_avatar(name_hash, imgurl):
     c = rpyc.connect("localhost", 8868)
     c._config['sync_request_timeout'] = None
     remote_svc = c.root
-    my_answer = remote_svc.call_avatar(name_hash,imgurl) # method call
+    my_answer = remote_svc.call_avatar(name_hash) # method call
 
     im = Image.open(requests.get(imgurl, stream=True).raw)
     im= im.convert("RGB")