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