1
0
Fork 0

mai2: more finale fixes

This commit is contained in:
Hay1tsme 2023-07-01 01:42:38 -04:00
parent 3e461f4d71
commit dc8c27046e
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class Mai2Base:
self.data.profile.put_profile_ghost(user_id, self.version, ghost)
if "userRecentRatingList" in upsert:
self.data.profile.put_recent_rating(user_id, self.version, upsert["userRecentRatingList"])
self.data.profile.put_recent_rating(user_id, upsert["userRecentRatingList"])
if "userOption" in upsert and len(upsert["userOption"]) > 0:
self.data.profile.put_profile_option(