This commit is contained in:
baiqwerdvd 2024-12-09 14:45:09 +08:00
parent acb70b68fd
commit 62593f0268
No known key found for this signature in database
GPG Key ID: 7717E46E1797411A
2 changed files with 1 additions and 5 deletions

View File

@ -138,7 +138,7 @@ class BaseArkApi:
return -61
headers = deepcopy(_HEADER)
headers["cred"] = cred
# headers["dId"] = await get_d_id()
headers["dId"] = await get_d_id()
header = get_sign_header(token, ARK_PLAYER_INFO, "get", None, headers)
raw_data = await self.ark_request(
url=ARK_PLAYER_INFO,

View File

@ -46,10 +46,6 @@ extra_standard_library = ["typing_extensions"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
[tool.pyright]
pythonVersion = "3.8"
pythonPlatform = "All"
[tool.ruff]
line-length = 98
target-version = "py38"