From dcb90e5e45f32bac661e6422c1719218d57246ae Mon Sep 17 00:00:00 2001 From: user Date: Sat, 6 Apr 2024 09:22:51 +0300 Subject: [PATCH] fix --- app/core/background/license_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: