fix misprint
This commit is contained in:
parent
fcd23ea5af
commit
f7fc873baf
|
|
@ -37,7 +37,7 @@ async def license_index_loop(memory, platform_found: bool, seqno: int) -> [bool,
|
|||
|
||||
for content in session.query(UserContent).filter(
|
||||
and_(
|
||||
UserContent.startswith('nft/'),
|
||||
UserContent.type.startswith('nft/'),
|
||||
UserContent.updated < (datetime.now() - timedelta(minutes=15)),
|
||||
)
|
||||
):
|
||||
|
|
|
|||
Loading…
Reference in New Issue