Skip to content

Commit 5d35aad

Browse files
committed
PreRev 4.3.3 - 0203 Insider Preview 反馈热更新
1 parent d33fa47 commit 5d35aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/asyncRequests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async def post(self, url: str, req_time: int, headers: dict = None, data: dict =
108108
}
109109

110110
try:
111-
if(res["status_code"] == 200):
111+
if(response.status == 200):
112112
return {
113113
"status_code": response.status,
114114
"data": ParseData(req_time, res["data"])

0 commit comments

Comments
 (0)