forked from Hay1tsme/artemis
chuni: initial verse support
This commit is contained in:
@ -139,6 +139,8 @@ playlog = Table(
|
||||
Column("regionId", Integer),
|
||||
Column("machineType", Integer),
|
||||
Column("ticketId", Integer),
|
||||
Column("monthPoint", Integer),
|
||||
Column("eventPoint", Integer),
|
||||
mysql_charset="utf8mb4"
|
||||
)
|
||||
|
||||
@ -420,4 +422,4 @@ class ChuniScoreData(BaseData):
|
||||
return None
|
||||
|
||||
rows = result.fetchall()
|
||||
return [dict(row) for row in rows]
|
||||
return [dict(row) for row in rows]
|
Reference in New Issue
Block a user