mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-27 09:27:58 +03:00
Fix data API unable to look up profiles after update to profile object.
This commit is contained in:
@@ -126,6 +126,6 @@ class ProfileObject(BaseObject):
|
||||
if settings is None:
|
||||
settings = ValidatedDict({})
|
||||
|
||||
retval.append(self.__format_profile(id_to_cards[userid], profile, settings, profile['version'] == self.version))
|
||||
retval.append(self.__format_profile(id_to_cards[userid], profile, settings, profile.version == self.version))
|
||||
|
||||
return retval
|
||||
|
||||
Reference in New Issue
Block a user