mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 03:45:28 +00:00
Change new endpoint
This commit is contained in:
parent
e8db2aff08
commit
ea8688cb3d
@ -174,7 +174,7 @@ class HTTPClient:
|
||||
raise VaildateUIDError("Validate UID failed. Please check your UID.")
|
||||
r = Route(
|
||||
'GET',
|
||||
f'/u/{uid}/__data.json' + (f"?key={self.__key}" if self.__key else ""),
|
||||
f'/api/uid/{uid}' + (f"?key={self.__key}" if self.__key else ""),
|
||||
endpoint='enka',
|
||||
uid=uid
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user