fix
This commit is contained in:
parent
2008f73e14
commit
dcb90e5e45
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue