fix misprint

This commit is contained in:
user 2024-04-05 21:12:19 +03:00
parent fcd23ea5af
commit f7fc873baf
1 changed files with 1 additions and 1 deletions

View File

@ -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)),
)
):