[api] Update Legendary API host

This commit is contained in:
derrod 2021-09-04 10:06:26 +02:00
parent 5a8de3a3bc
commit 39bfa3df15

View file

@ -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()