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
|
||||
|
||||
if endpoint == 'enka':
|
||||
self.url: str = Config.ENKA_PROTOCOL + "://" + Config.ENKA_URL
|
||||
+ path
|
||||
self.url: str = Config.ENKA_PROTOCOL + "://" + Config.ENKA_URL + path
|
||||
else:
|
||||
self.url: str = Config.ASSETS_PROTOCOL + "://" + Config.ASSETS_URL
|
||||
+ path
|
||||
self.url: str = Config.ASSETS_PROTOCOL + "://" + Config.ASSETS_URL + path
|
||||
|
||||
|
||||
class HTTPClient:
|
||||
|
Loading…
Reference in New Issue
Block a user