1
0
mirror of synced 2024-11-23 22:10:59 +01:00

Optimize reflec shop ranking responses a bit.

This commit is contained in:
Jennifer Taylor 2024-09-26 00:54:22 +00:00
parent 058bdf0e66
commit 8857acb7d6
2 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,7 @@ class ReflecBeatGroovin(ReflecBeatBase):
self.version,
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 [
self.CHART_TYPE_BASIC,

View File

@ -213,6 +213,7 @@ class ReflecBeatVolzzaBase(ReflecBeatBase):
self.version,
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 [
self.CHART_TYPE_BASIC,