diff --git a/app/core/background/license_service.py b/app/core/background/license_service.py index c79d83f..90c625c 100644 --- a/app/core/background/license_service.py +++ b/app/core/background/license_service.py @@ -48,7 +48,7 @@ async def license_index_loop(memory, platform_found: bool, seqno: int) -> [bool, ) ).first() 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: await process_content.sync_with_chain(session) except BaseException as e: