Skip to content

Commit

Permalink
Updated daily overseas api url endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nitolar committed Jun 19, 2023
1 parent bc5232b commit 2ecf5d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ wishes.py wish history
```

# CHANGELOG
## 1.4.12.7
- Updated daily overseas api url endpoint
## 1.4.12.6
- Added 2 last replays in to the data from `get_tcg_basic`
## 1.4.12.5
Expand Down
2 changes: 1 addition & 1 deletion genshinstats/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"claim_daily_reward",
]

OS_URL = "https://hk4e-api-os.hoyoverse.com/event/sol/" # overseas
OS_URL = "https://sg-hk4e-api.hoyolab.com/event/sol/" # overseas
OS_ACT_ID = "e202102251931481"
CN_URL = "https://api-takumi.mihoyo.com/event/bbs_sign_reward/" # chinese
CN_ACT_ID = "e202009291139501"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="genshinstats",
version="1.4.12.6",
version="1.4.12.7",
author="nitolar",
packages=["genshinstats"],
description="A python library that can get the stats of Genshin Impact players using Hoyoverse's API.",
Expand Down

0 comments on commit 2ecf5d7

Please sign in to comment.