This commit is contained in:
user 2024-04-06 09:22:51 +03:00
parent 2008f73e14
commit dcb90e5e45
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ async def license_index_loop(memory, platform_found: bool, seqno: int) -> [bool,
) )
).first() ).first()
if process_content: if process_content:
make_log("LicenseIndex", f"Syncing content with blockchain: {content.id}", level="info") make_log("LicenseIndex", f"Syncing content with blockchain: {process_content.id}", level="info")
try: try:
await process_content.sync_with_chain(session) await process_content.sync_with_chain(session)
except BaseException as e: except BaseException as e: