mirror of
https://github.com/PaiGramTeam/EnkaNetwork.py.git
synced 2024-11-16 03:45:28 +00:00
fix indentation
This commit is contained in:
parent
d5c70d1261
commit
8ff4a7fe60
@ -72,11 +72,9 @@ class Route:
|
|||||||
self.username = username
|
self.username = username
|
||||||
|
|
||||||
if endpoint == 'enka':
|
if endpoint == 'enka':
|
||||||
self.url: str = Config.ENKA_PROTOCOL + "://" + Config.ENKA_URL
|
self.url: str = Config.ENKA_PROTOCOL + "://" + Config.ENKA_URL + path
|
||||||
+ path
|
|
||||||
else:
|
else:
|
||||||
self.url: str = Config.ASSETS_PROTOCOL + "://" + Config.ASSETS_URL
|
self.url: str = Config.ASSETS_PROTOCOL + "://" + Config.ASSETS_URL + path
|
||||||
+ path
|
|
||||||
|
|
||||||
|
|
||||||
class HTTPClient:
|
class HTTPClient:
|
||||||
|
Loading…
Reference in New Issue
Block a user