We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371577c commit b232a83Copy full SHA for b232a83
1 file changed
miuitask.py
@@ -71,7 +71,7 @@ def cancel_thumb_up(self):
71
'cookie': str(self.cookie)
72
}
73
try:
74
- response = requests.get('https://api.vip.miui.com/api/community/post/cancelThumbUp?postId=36625780',
+ response = requests.get('https://api.vip.miui.com/mtop/planet/vip/content/announceCancelThumbUp?postId=36625780',
75
headers=headers)
76
r_json = response.json()
77
if r_json['code'] == 401:
0 commit comments