forked from Hay1tsme/artemis
hotfix
This commit is contained in:
parent
cdb040a65e
commit
7b58cae214
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user