|
@@ -96,7 +96,7 @@ class wanduProcess(object):
|
|
|
'bid': result['novel_id'], 'name': result['novel_name'], 'author': result['author_name'],
|
|
|
'intro': result['summary'], 'cover': result['pic'], 'keyword': '',
|
|
|
'status':result['is_done'], 'category': category_info['category_name'],'category_id':category_info['category_id'],
|
|
|
- 'channel': result['channel_id']
|
|
|
+ 'channel': category_info['channel_id']
|
|
|
}
|
|
|
|
|
|
def get_chapter_list_url(self, bid):
|