Skip to content

Commit

Permalink
Added hydroculus to stats in prettify_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
nitolar committed Aug 20, 2023
1 parent f50e726 commit 46189d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.8.12.9
- Added `hydroculus` to `stats` in `prettify_stats`
## 1.4.12.8
- Removed `set_id` from `artifacts` in `prettify_characters` because method to get it was depended on the url of the image witch now changed
- Updated the way in witch character names were recognized in `prettify_abyss` and `prettify_activities` because previous way was depended on the url of the image witch now changed
Expand Down
1 change: 1 addition & 0 deletions genshinstats/pretty.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def prettify_stats(data):
"geoculi": s["geoculus_number"],
"electroculi": s["electroculus_number"],
"dendroculus": s["dendroculus_number"],
"hydroculus": s["hydroculus_number"],
"common_chests": s["common_chest_number"],
"exquisite_chests": s["exquisite_chest_number"],
"precious_chests": s["precious_chest_number"],
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.8",
version="1.4.12.9",
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 46189d2

Please sign in to comment.