]> git.mxchange.org Git - fba.git/commitdiff
Let's better say "unknown"
authorRoland Häder <roland@mxchange.org>
Thu, 18 May 2023 04:58:04 +0000 (06:58 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 18 May 2023 04:58:04 +0000 (06:58 +0200)
fetch_blocks.py

index 193969a67766c1e1af79dbd30803a8f3244c2462..7e148f477cb5e50831a7edcfb8d43a03b2e8a237 100644 (file)
@@ -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(
                             {