From 4be952571fac38a90c8374f6c7c8eee46c39f773 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 8 Mar 2024 00:47:24 +0300 Subject: [PATCH] dev@locazia: fix misprint indexer --- app/core/background/indexer_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/background/indexer_service.py b/app/core/background/indexer_service.py index 5bf0511..e7a1cb7 100644 --- a/app/core/background/indexer_service.py +++ b/app/core/background/indexer_service.py @@ -20,7 +20,7 @@ async def indexer_loop(platform_found: bool, seqno: int) -> [bool, int]: platform_state = await toncenter.get_account(platform.address.to_string(1, 1, 1)) if not platform_state.get('code'): make_log("TON", "Platform contract is not deployed, skipping loop", level="info") - await send_status("Indexer", "not working: platform is not deployed") + await send_status("indexer", "not working: platform is not deployed") return False, seqno else: platform_found = True