|
@@ -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")
|