Closed sortedcord closed 2 years ago
According to docs, "best", "recent" and "firsts" are all valid score types.
However, when I ran
api.user_scores(mainWindow.config.default_user.id, #ID: 4504101 "firsts")
It gives an error saying that "firsts" is not a valid ScoreType.
https://github.com/circleguard/ossapi/blob/ccd0d6898802c23d4f4c9be7fc30165e5c9d9d25/ossapi/enums.py#L216
According to docs, "best", "recent" and "firsts" are all valid score types.
However, when I ran
It gives an error saying that "firsts" is not a valid ScoreType.
https://github.com/circleguard/ossapi/blob/ccd0d6898802c23d4f4c9be7fc30165e5c9d9d25/ossapi/enums.py#L216