|
@@ -95,7 +95,7 @@ class ProcessParams(object):
|
|
|
response = cls.request_for_info(video_id)
|
|
|
productionCover = response['data'][0]['shareImgPath']
|
|
|
productionName = response["data"][0]['title']
|
|
|
- programAvatar = "http://0.0.0.0:8111/static/logo.png"
|
|
|
+ programAvatar = "/static/logo.png"
|
|
|
programId = "wx89e7eb06478361d7"
|
|
|
programName = "票圈vlog"
|
|
|
source = "Web"
|