Update request.py

This commit is contained in:
RBAmeto 2023-10-18 21:02:43 +08:00 committed by GitHub
parent 37f4a7d74a
commit 1e5fec3716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,8 +264,6 @@ class BaseMysApi:
header['x-rpc-device_fp'] = await self.get_user_fp(uid)
for _ in range(2):
print(header)
async with client.request(
method,
url=url,