From ebfa06e8d6583680e82b978d9868fef034e71e83 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sun, 18 Sep 2022 13:02:06 +0100 Subject: [PATCH] Reformat comment --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index 1deb398..0574fc5 100644 --- a/db.py +++ b/db.py @@ -50,7 +50,7 @@ async def store_kafka_batch(data): batch = producer.create_batch() for msg in data: if msg["type"] in TYPES_MAIN: - #index = "main" + # index = "main" index = MAIN_SRC_MAP[msg["src"]] # schema = mc_s.schema_main elif msg["type"] in TYPES_META: