mai2: oops, forgot version
parent
319aea098f
commit
e7ddfcda2e
|
@ -568,7 +568,7 @@ class Mai2DX(Mai2Base):
|
|||
|
||||
if not user_id or not rival_id: return {}
|
||||
|
||||
rival_pf = await self.data.profile.get_profile_detail(rival_id)
|
||||
rival_pf = await self.data.profile.get_profile_detail(rival_id, self.version)
|
||||
if not rival_pf: return {}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue