Фикс
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "osuclient"
|
name = "osuclient"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "Client for osu! API"
|
description = "Client for osu! API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@ -576,7 +576,7 @@ class GetUserSchema(UserExtended):
|
|||||||
country: Country
|
country: Country
|
||||||
# cover
|
# cover
|
||||||
favourite_beatmapset_count: int
|
favourite_beatmapset_count: int
|
||||||
follow_user_mapping: list[int]
|
# follow_user_mapping: list[int]
|
||||||
follower_count: int
|
follower_count: int
|
||||||
graveyard_beatmapset_count: int
|
graveyard_beatmapset_count: int
|
||||||
groups: list[UserGroup]
|
groups: list[UserGroup]
|
||||||
@ -597,7 +597,7 @@ class GetUserSchema(UserExtended):
|
|||||||
scores_best_count: int
|
scores_best_count: int
|
||||||
scores_first_count: int
|
scores_first_count: int
|
||||||
scores_recent_count: int
|
scores_recent_count: int
|
||||||
session_verified: bool
|
# session_verified: bool
|
||||||
statistics: UserStatistics
|
statistics: UserStatistics
|
||||||
support_level: int
|
support_level: int
|
||||||
# user_achievements
|
# user_achievements
|
||||||
|
|||||||
Reference in New Issue
Block a user