diff --git a/app/core/background/ton_service.py b/app/core/background/ton_service.py index 3e63bf6..3c78495 100644 --- a/app/core/background/ton_service.py +++ b/app/core/background/ton_service.py @@ -55,7 +55,7 @@ async def main(): while True: sw_seqno_value = await get_sw_seqno() - make_log("TON", f"Service running (seqno}", level="debug") + make_log("TON", f"Service running ({sw_seqno_value}", level="debug") # with db_session() as session: # for stored_content in session.query(StoredContent).filter(StoredContent.uploaded == False).all(): # pass