From 991cd24dc7ce8dfd069219b1bb5db5e1c8589c64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 18 May 2023 06:58:04 +0200 Subject: [PATCH] Let's better say "unknown" --- fetch_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_blocks.py b/fetch_blocks.py index 193969a..7e148f4 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -339,7 +339,7 @@ for blocker, software in fba.c.fetchall(): timestamp = int(time.time()) if fba.c.fetchone() == None: - fba.block_instance(blocker, blocked, "", "reject", timestamp, timestamp) + fba.block_instance(blocker, blocked, "unknown", "reject", timestamp, timestamp) blockdict.append( { -- 2.39.5