From 64e86f360d2c96dda6f09fca440086915e1f648c Mon Sep 17 00:00:00 2001 From: user Date: Sun, 3 Mar 2024 14:26:25 +0300 Subject: [PATCH] dev@locazia: fix misprint --- app/core/background/ton_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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