diff --git a/list.json b/list.json
index c37e09a..daf239d 100644
--- a/list.json
+++ b/list.json
@@ -102,7 +102,7 @@
},
{
"name": "netease",
- "version": "1.1",
+ "version": "1.2",
"section": "daily",
"maintainer": "xtaodada、KorenKrita",
"size": "0.7 kb",
diff --git a/netease.py b/netease.py
index 8ce3ec6..c70fdf2 100644
--- a/netease.py
+++ b/netease.py
@@ -12,7 +12,7 @@ async def netease(context):
if req.status_code == 200:
data = json.loads(req.text)
res = data['Comment'] + '\n\n来自 @' + data[
- 'UserName'] + ' 在鸽曲"' + \
+ 'UserName'] + ' 在鸽曲"' + \
data['SongName'] + '"-' + data['SongAutho'] + '下方的评论'
await context.edit(res, parse_mode='html', link_preview=True)
else: