mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 03:45:28 +00:00
Remove self.endpoint
This commit is contained in:
parent
2901a83e14
commit
a416636590
@ -48,7 +48,6 @@ class Route:
|
||||
self.method = method
|
||||
self.uid = uid
|
||||
self.url = ''
|
||||
self.endpoint = endpoint
|
||||
|
||||
if endpoint == 'enka':
|
||||
self.url: str = self.BASE_URL.format(PATH=path)
|
||||
|
Loading…
Reference in New Issue
Block a user