zhangyong 7 months ago
parent
commit
9fcd72a6ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data_channel/sph_keyword.py

+ 1 - 1
data_channel/sph_keyword.py

@@ -44,7 +44,7 @@ class SphKeyword:
             data_list = response['data']['data']
             for data in data_list:
                 items = data['items'][0]
-                video_id = data["'boxID'"]
+                video_id = data["boxID"]
                 duration = items["duration"]
                 duration = cls.time_str_to_seconds(duration)
                 digg_count = items.get('likeNum', "0")