This commit is contained in:
UncleJim 2023-11-17 02:27:16 +00:00
parent cdb040a65e
commit 7b58cae214
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ class IDACItemData(BaseData):
result = self.execute(sql)
if result is None:
return None
return result.fetchall()
return result.fetchone()
def get_stamps(self, aime_id: int) -> Optional[List[Row]]:
sql = select(stamp).where(