|
@@ -203,6 +203,7 @@ def gen_avatar(name_hash, imgurl):
|
|
db.query(statement)
|
|
db.query(statement)
|
|
name_hash = works[0]['name_hash']
|
|
name_hash = works[0]['name_hash']
|
|
imgurl = works[0]['imgurl']
|
|
imgurl = works[0]['imgurl']
|
|
|
|
+ print(imgurl)
|
|
c = rpyc.connect("localhost", 8868)
|
|
c = rpyc.connect("localhost", 8868)
|
|
c._config['sync_request_timeout'] = None
|
|
c._config['sync_request_timeout'] = None
|
|
remote_svc = c.root
|
|
remote_svc = c.root
|