From 39bfa3df1584e415edba1b63f00faf473855d89d Mon Sep 17 00:00:00 2001 From: derrod Date: Sat, 4 Sep 2021 10:06:26 +0200 Subject: [PATCH] [api] Update Legendary API host --- legendary/api/lgd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/api/lgd.py b/legendary/api/lgd.py index 9a16ccf..b8ea0b3 100644 --- a/legendary/api/lgd.py +++ b/legendary/api/lgd.py @@ -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()