|
@@ -92,7 +92,7 @@ class xiwenProcess(object):
|
|
|
|
|
|
def chapter_list_result(self, response):
|
|
|
result = json.loads(response.text)
|
|
|
- if result is None or result.get('data') is None:
|
|
|
+ if result is None or result.get('Data') is None:
|
|
|
return []
|
|
|
|
|
|
result_list = []
|