|
@@ -187,7 +187,7 @@ def gen_avatar(name_hash,imgurl):
|
|
c._config['sync_request_timeout'] = None
|
|
c._config['sync_request_timeout'] = None
|
|
remote_svc = c.root
|
|
remote_svc = c.root
|
|
status = remote_svc.call_avatar(name_hash) # method call
|
|
status = remote_svc.call_avatar(name_hash) # method call
|
|
- if not status:
|
|
|
|
|
|
+ if status:
|
|
shutil.copy(tmp_avatar_dir+name_hash+'.mp4',avatar_dest+name_hash+'.mp4')
|
|
shutil.copy(tmp_avatar_dir+name_hash+'.mp4',avatar_dest+name_hash+'.mp4')
|
|
os.remove(tmp_avatar_dir+name_hash+'.mp4')
|
|
os.remove(tmp_avatar_dir+name_hash+'.mp4')
|
|
|
|
|