mirror of
https://github.com/derrod/legendary.git
synced 2025-01-03 04:45:28 +00:00
[api] Update Legendary API host
This commit is contained in:
parent
5a8de3a3bc
commit
39bfa3df15
|
@ -10,7 +10,7 @@ from legendary import __version__
|
|||
|
||||
class LGDAPI:
|
||||
_user_agent = f'Legendary/{__version__} ({system()})'
|
||||
_api_host = 'legendary.rodney.io'
|
||||
_api_host = 'api.legendary.gl'
|
||||
|
||||
def __init__(self):
|
||||
self.session = requests.session()
|
||||
|
|
Loading…
Reference in a new issue