From: Roland Häder Date: Thu, 18 May 2023 04:58:04 +0000 (+0200) Subject: Let's better say "unknown" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=991cd24dc7ce8dfd069219b1bb5db5e1c8589c64;p=fba.git Let's better say "unknown" --- 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( {