From 54c450f930cdd2d550e7d2edbeabf3a60a192ef8 Mon Sep 17 00:00:00 2001 From: seria Date: Sat, 10 Aug 2024 20:47:48 +0900 Subject: [PATCH] Fix takumi route --- genshin/client/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genshin/client/routes.py b/genshin/client/routes.py index a8c3bc1f..8ce76a02 100644 --- a/genshin/client/routes.py +++ b/genshin/client/routes.py @@ -131,7 +131,7 @@ def get_url(self, region: types.Region, game: types.Game) -> yarl.URL: ) TAKUMI_URL = InternationalRoute( - overseas="https://bbs-api-os.hoyolab.com/", + overseas="https://api-os-takumi.mihoyo.com/", chinese="https://api-takumi.mihoyo.com/", ) COMMUNITY_URL = InternationalRoute(