Optimize reflec shop ranking responses a bit.
This commit is contained in:
parent
058bdf0e66
commit
8857acb7d6
@ -429,6 +429,7 @@ class ReflecBeatGroovin(ReflecBeatBase):
|
|||||||
self.version,
|
self.version,
|
||||||
songid=songid,
|
songid=songid,
|
||||||
)
|
)
|
||||||
|
profiles.update({u: p for u, p in self.get_any_profiles([s[0] for s in allscores if s[0] not in profiles])})
|
||||||
|
|
||||||
for ng in [
|
for ng in [
|
||||||
self.CHART_TYPE_BASIC,
|
self.CHART_TYPE_BASIC,
|
||||||
|
@ -213,6 +213,7 @@ class ReflecBeatVolzzaBase(ReflecBeatBase):
|
|||||||
self.version,
|
self.version,
|
||||||
songid=songid,
|
songid=songid,
|
||||||
)
|
)
|
||||||
|
profiles.update({u: p for u, p in self.get_any_profiles([s[0] for s in allscores if s[0] not in profiles])})
|
||||||
|
|
||||||
for ng in [
|
for ng in [
|
||||||
self.CHART_TYPE_BASIC,
|
self.CHART_TYPE_BASIC,
|
||||||
|
Loading…
Reference in New Issue
Block a user