Allow proper identification of owned emblems.
This commit is contained in:
parent
c91a3f2ea7
commit
ba5b8dcc8e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user