Archived
1
0
Fork 0
This commit is contained in:
wyapx 2020-08-07 19:33:35 +08:00 committed by GitHub
parent beb0aa74f4
commit f6d973f37b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ async def ab():
if req.status != 200:
return f"请求发生时错误:{req.status}"
else:
text1 = req.text
text1 = await req.text()
file = json.loads(text1)
d = []
for x in file['query']['abuselog']: