Skip to content

Commit

Permalink
add missing country field to get_map_scores (#649)
Browse files Browse the repository at this point in the history
* add missing country field to get_map_scores

* Update app/api/v1/api.py

---------

Co-authored-by: Andrei Baciu <[email protected]>
  • Loading branch information
HorizonCode and NiceAesth authored Apr 11, 2024
1 parent 7900aaf commit a351fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ async def api_get_map_scores(
"SELECT s.map_md5, s.score, s.pp, s.acc, s.max_combo, s.mods, "
"s.n300, s.n100, s.n50, s.nmiss, s.ngeki, s.nkatu, s.grade, s.status, "
"s.mode, s.play_time, s.time_elapsed, s.userid, s.perfect, "
"u.name player_name, "
"u.name player_name, u.country player_country, "
"c.id clan_id, c.name clan_name, c.tag clan_tag "
"FROM scores s "
"INNER JOIN users u ON u.id = s.userid "
Expand Down

0 comments on commit a351fd5

Please sign in to comment.