diff --git a/legendary/api/egs.py b/legendary/api/egs.py index 158eaaa..c7a98c3 100644 --- a/legendary/api/egs.py +++ b/legendary/api/egs.py @@ -26,7 +26,7 @@ class EPCAPI: _ecommerce_host = 'ecommerceintegration-public-service-ecomprod02.ol.epicgames.com' _datastorage_host = 'datastorage-public-service-liveegs.live.use1a.on.epicgames.com' _library_host = 'library-service.live.use1a.on.epicgames.com' - _store_gql_host = 'store-launcher.epicgames.com' + _store_gql_host = 'launcher.store.epicgames.com' _artifact_service_host = 'artifact-public-service-prod.beee.live.use1a.on.epicgames.com' def __init__(self, lc='en', cc='US', timeout=10.0):