From 547b51c218650b9d243e1e42f3c41eca79b49a21 Mon Sep 17 00:00:00 2001 From: seriaati Date: Wed, 18 Sep 2024 20:28:51 +0800 Subject: [PATCH] Fix ambr API url --- genshin/utility/extdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genshin/utility/extdb.py b/genshin/utility/extdb.py index 9358180c..77158925 100644 --- a/genshin/utility/extdb.py +++ b/genshin/utility/extdb.py @@ -45,7 +45,7 @@ ENKA_CHARACTERS_URL = "https://raw.githubusercontent.com/EnkaNetwork/API-docs/master/store/characters.json" ENKA_LOC_URL = "https://raw.githubusercontent.com/EnkaNetwork/API-docs/master/store/loc.json" -AMBR_URL = "https://gi.yatta.top/api/v2/{lang}/avatar" +AMBR_URL = "https://gi.yatta.moe/api/v2/{lang}/avatar" ELEMENTS_MAP = { "Fire": "Pyro",