mirror of
https://gitea.tendokyu.moe/Dniel97/AQUA-to-ARTEMiS.git
synced 2026-03-21 18:04:11 -05:00
Hotfix for CHUNITHM imports
This commit is contained in:
parent
584e545825
commit
ff1ffc5dd3
|
|
@ -246,9 +246,9 @@ class Importer:
|
|||
|
||||
return tmp
|
||||
|
||||
async def get_chuni_card_id_by_aqua_row(self, row: Row, user_id_column: str = "user_id"):
|
||||
def get_chuni_card_id_by_aqua_row(self, row: Row, user_id_column: str = "user_id"):
|
||||
aqua_user_id = row._asdict()[user_id_column]
|
||||
user_result = await self.aqua.execute(
|
||||
user_result = self.aqua.execute(
|
||||
f"SELECT * FROM chusan_user_data WHERE id = {aqua_user_id}"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user