1
0
mirror of synced 2024-11-27 15:40:48 +01:00

Allow proper identification of owned emblems.

This commit is contained in:
Jennifer Taylor 2022-11-13 01:43:39 +00:00
parent c91a3f2ea7
commit ba5b8dcc8e

View File

@ -161,7 +161,7 @@ class JubeatFrontend(FrontendBase):
profile.get_dict("last").get_int_array("emblem", 5)
)
formatted_profile["owned_emblems"] = [
ach.id for ach in achievements if ach.type == "emblem"
str(ach.id) for ach in achievements if ach.type == "emblem"
]
formatted_profile["jubility"] = (
profile.get_int("jubility")