mai2: some improve for DX earlier version and return game code in uri #125

Merged
Hay1tsme merged 9 commits from zaphkito/artemis:develop into develop 2024-05-05 05:41:15 +00:00
Showing only changes of commit 4964a57b66 - Show all commits

View File

@ -131,7 +131,7 @@ class OngekiScoreData(BaseData):
async def get_tech_count(self, aime_id: int) -> Optional[List[Dict]]:
sql = select(tech_count).where(tech_count.c.user == aime_id)
result = self.execute(sql)
result = await self.execute(sql)
if result is None:
return None