mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-04-20 17:50:17 +00:00
fix: b30 table query
This commit is contained in:
parent
ec790fba41
commit
e341b788fa
@ -28,7 +28,7 @@ class DbB30TableModel(DbTableModel):
|
||||
self.__items.clear()
|
||||
|
||||
results = self._db.conn.execute(
|
||||
'SELECT * FROM calculated ORDER BY "potential" DESC LIMIT 40'
|
||||
'SELECT * FROM calculated GROUP BY "potential" ORDER BY "potential" DESC LIMIT 40'
|
||||
).fetchall()
|
||||
|
||||
songIds = [r[0] for r in results]
|
||||
|
Loading…
x
Reference in New Issue
Block a user